IntlDate.Day property

Gets or sets the integer day value of the international date.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Day As Integer
    Get
    Set
'Usage
Dim instance As IntlDate
Dim value As Integer

value = instance.Day

instance.Day = value
public int Day { get; set; }

Property value

Type: System.Int32
An Integer that represents the day of the international date.

See also

Reference

IntlDate class

IntlDate members

Microsoft.SharePoint.Utilities namespace