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

Namespace:  C1.Silverlight.DateTimeEditors
Assembly:  C1.Silverlight.DateTimeEditors (in C1.Silverlight.DateTimeEditors.dll)

Syntax

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

See Also