SPCalendarBase.FirstDayOfWeek Property
Gets or sets the integer value that represents the first day of the week.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BindableAttribute(True)> _
Public Property FirstDayOfWeek As Integer
Get
Set
'Usage
Dim instance As SPCalendarBase
Dim value As Integer
value = instance.FirstDayOfWeek
instance.FirstDayOfWeek = value
[BindableAttribute(true)]
public int FirstDayOfWeek { get; set; }
Property Value
Type: System.Int32