SPSystemTime.Day property

Gets or sets the day.

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

Syntax

'Declaration
Public Property Day As UShort
    Get
    Set
'Usage
Dim instance As SPSystemTime
Dim value As UShort

value = instance.Day

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

Property value

Type: System.UInt16
An unsigned 16-bit integer that specifies the day.

See also

Reference

SPSystemTime structure

SPSystemTime members

Microsoft.SharePoint namespace