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