ISchedulerRecurrenceInfo.FirstDayOfWeek Property
In This Article
Specifies the first day of the week. This day is used to calculate occurrences.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
DayOfWeek FirstDayOfWeek { get; set; }
#Property Value
Type | Description |
---|---|
Day |
The first day of the week. |
See Also