WeeklyRecurrenceViewModel.WeekDays Property
Gets or sets the day/days in a week on which the appointment occurs.
Namespace: DevExpress.Web.ASPxScheduler.Dialogs
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
WeekDays | The WeekDays enumeration’s value specifying the day/days in a week. |
Available values:
Name | Description |
---|---|
Sunday | Specifies Sunday. |
Monday | Specifies Monday. |
Tuesday | Specifies Tuesday. |
Wednesday | Specifies Wednesday. |
Thursday | Specifies Thursday. |
Friday | Specifies Friday. |
Saturday | Specifies Saturday. |
WeekendDays | Specifies Saturday and Sunday. |
WorkDays | Specifies work days (Monday, Tuesday, Wednesday, Thursday and Friday). |
EveryDay | Specifies every day of the week. |
See Also