Gets or sets the DayOfWeek value determining the first day of the week. Default is system settings. This is a dependency property.

Namespace:  C1.Phone.Calendar
Assembly:  C1.Phone.Calendar (in C1.Phone.Calendar.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public DayOfWeek FirstDayOfWeek { get; set; }
Visual Basic
Public Property FirstDayOfWeek As DayOfWeek
	Get
	Set
XAML Attribute Usage
<object FirstDayOfWeek="DayOfWeek" .../>

See Also