SPCalendarContainer.FirstDayOfWeek Property
Gets the integer value representing the first day of the week.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property FirstDayOfWeek As Integer
Get
'Usage
Dim instance As SPCalendarContainer
Dim value As Integer
value = instance.FirstDayOfWeek
public int FirstDayOfWeek { get; }
Property Value
Type: System.Int32
Implements
ISPCalendarSettings.FirstDayOfWeek