Property FirstDayOfWeek
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.