Skip to main content

TimeScaleWeek.FirstDayOfWeek Property

Gets or sets the day which starts the scale’s week.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

#Declaration

[Browsable(false)]
public DayOfWeek FirstDayOfWeek { get; }

#Property Value

Type Description
DayOfWeek

A DayOfWeek enumeration value specifying the first day of the week.

#Remarks

The default setting is FirstDayOfWeek.System, which means that the first day of the week is obtained from the regional options of the local machine.

See Also