RecurrenceType Enum
Lists the types of recurrent appointments.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
Declaration
Members
Name | Description |
---|---|
Daily
|
The recurring appointment reoccurs on a daily base. |
Weekly
|
The recurring appointment reoccurs on a weekly base. |
Monthly
|
The recurring appointment reoccurs on a monthly base. |
Yearly
|
The recurring appointment reoccurs on an yearly base. |
Minutely
|
The recurring appointment reoccurs on a minute base. |
Hourly
|
The recurring appointment reoccurs on an hourly base. |
Related API Members
The following properties accept/return RecurrenceType values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | IRecurrenceInfo.Type |
RecurrenceInfo.Type | |
ASP.NET Web Forms Controls | AppointmentFormTemplateContainer.RecurrenceType |
ASP.NET MVC Extensions | AppointmentRecurrenceFormSettings.RecurrenceType |
Remarks
Use this enumeration’s members to specify the type of a recurring appointment. This enumeration’s values are used by the RecurrenceInfo.Type property.
See Also