DateOptions.FirstDayOfWeek Property

Gets a value that represents the first day of the week displayed in the calendar.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property FirstDayOfWeek As Integer
    Get
'Usage
Dim instance As DateOptions
Dim value As Integer

value = instance.FirstDayOfWeek
public int FirstDayOfWeek { get; }

Property Value

Type: System.Int32
An Integer in the range 0 through 6 that indicates the first day of the week displayed in the calendar; 0 indicates Sunday, 1 indicates Monday, and so on. The default is 0 (Sunday).

See Also

Reference

DateOptions Class

DateOptions Members

Microsoft.SharePoint.Utilities Namespace