IRecurrenceInfo.FirstDayOfWeek Property
Gets or sets the day which is the first day of week for occurrence calculations.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
DayOfWeek FirstDayOfWeek { get; set; }
Property Value
Type | Description |
---|---|
DayOfWeek | The day which is the first day of week. |
See Also