SimpleDate.Month - Propriété
Obtient ou définit la valeur de mois entier de la date.
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property Month As Integer
Get
Set
'Utilisation
Dim instance As SimpleDate
Dim value As Integer
value = instance.Month
instance.Month = value
public int Month { get; set; }
Valeur de propriété
Type : System.Int32