SimpleDate - Constructeur (Int32, Int32, Int32)
Initialise une nouvelle instance de la classe SimpleDate à l'aide de l'année spécifiée, le mois et le jour des valeurs.
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub New ( _
year As Integer, _
month As Integer, _
day As Integer _
)
'Utilisation
Dim year As Integer
Dim month As Integer
Dim day As Integer
Dim instance As New SimpleDate(year, month, _
day)
public SimpleDate(
int year,
int month,
int day
)
Paramètres
year
Type : System.Int32Un entier 32 bits représentant une année.
month
Type : System.Int32Un entier 32 bits qui représente un mois.
day
Type : System.Int32Un entier 32 bits qui représente un jour.