TimeScaleWeek.FirstDayOfWeek Property
Gets or sets the day which starts the scale’s week.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
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