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)

Syntax

C#
public DayOfWeek FirstDayOfWeek { get; set; }
Visual Basic (Declaration)
Public Property FirstDayOfWeek As DayOfWeek
	Get
	Set

See Also