Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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