IntlDate.Month Property
Gets or sets the integer month value of the international date.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property Month As Integer
Get
Set
'Usage
Dim instance As IntlDate
Dim value As Integer
value = instance.Month
instance.Month = value
public int Month { get; set; }
Property Value
Type: System.Int32
An Integer that represents the month of the international date.