Share via


SPSystemTime.DayOfWeek property

Gets or sets the day of the week.

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

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.

See also

Reference

SPSystemTime structure

SPSystemTime members

Microsoft.SharePoint namespace