SPSystemTime.DayOfWeek Property
Gets or sets the day of the week.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property DayOfWeek As UShort
Get
Set
'Usage
Dim instance As SPSystemTime
Dim value As UShort
value = instance.DayOfWeek
instance.DayOfWeek = value
public ushort DayOfWeek { get; set; }
Property Value
Type: System.UInt16
An unsigned 16-bit integer that specifies the day of the week.