Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the integer month value of the date.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Month As Integer
Get
Set
'Usage
Dim instance As SimpleDate
Dim value As Integer
value = instance.Month
instance.Month = value
public int Month { get; set; }
Property value
Type: System.Int32