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