RecurrenceInfo.WeekDays Property
Gets or sets one or several days in a week on which the appointment occurs.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public WeekDays WeekDays { get; set; }
Property Value
| Type | Description |
|---|---|
| WeekDays | The value that specifies one or several days in a week on which the appointment occurs. |
Available values:
| Name | Description |
|---|---|
| Sunday | Sunday |
| Monday | Monday |
| Tuesday | Tuesday |
| Wednesday | Wednesday |
| Thursday | Thursday |
| Friday | Friday |
| Saturday | Saturday |
| WeekendDays | Weekends ( |
| WorkDays | Work days ( |
| EveryDay | Every day of the week. |
Implements
See Also