Gets or sets the day that is considered the beginning of the week.

Namespace:  C1.WPF.DateTimeEditors
Assembly:  C1.WPF.DateTimeEditors (in C1.WPF.DateTimeEditors.dll)
XMLNS for XAML: http://schemas.componentone.com/wpf/DateTimeEditors

Syntax

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

See Also