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)

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

See also

Reference

SPCalendarBase class

SPCalendarBase members

Microsoft.SharePoint.WebControls namespace