AppointmentFormTemplateContainer.RecurrenceWeekDays Property
Gets the day/days in a week that the corresponding appointment re-occurs on.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
WeekDays | A 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. |
Remarks
The RecurrenceWeekDays property defines a specific day/days in a week which is used to calculate the appointment’s reoccurrence in the recurrence pattern.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RecurrenceWeekDays property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.