Gets or sets the first day of week.

Namespace:  C1.Web.UI.Controls.C1Calendar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[JsonAttribute(true, true, DayOfWeek.Sunday)]
[NotifyParentPropertyAttribute(true)]
[C1CategoryAttribute("Category.Dates")]
[DefaultValueAttribute(DayOfWeek.Sunday)]
public DayOfWeek FirstDayOfWeek { get; set; }
Visual Basic
<JsonAttribute(True, True, DayOfWeek.Sunday)> _
<NotifyParentPropertyAttribute(True)> _
<C1CategoryAttribute("Category.Dates")> _
<DefaultValueAttribute(DayOfWeek.Sunday)> _
Public Property FirstDayOfWeek As DayOfWeek
	Get
	Set

See Also