Table of Contents

Property FirstDayOfWeek

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

FirstDayOfWeek

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

public virtual DayOfWeek? FirstDayOfWeek { get; set; }

Property Value

DayOfWeek?

A DayOfWeek that represents the beginning of the week. The default is null that is determined by the operating system.

Remarks

Calendar supports only Sunday, Monday or null values for this property.