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)
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