RecurrenceInfo.WeekDays Property
In This Article
Gets or sets one or several days in a week on which the appointment occurs.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public WeekDays WeekDays { get; set; }
#Property Value
Type | Description |
---|---|
Week |
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 |
Weekend |
Weekends ( |
Work |
Work days ( |
Every |
Every day of the week. |
See Also