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

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
public DayOfWeek WeekStart { get; set; }
Visual Basic (Declaration)
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _
Public Property WeekStart As DayOfWeek
	Get
	Set

See Also