RecurrenceType Enum
In This Article
Lists the types of recurrent appointments.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
Daily | The recurring appointment reoccurs daily. |
Weekly | The recurring appointment reoccurs weekly. |
Monthly | The recurring appointment reoccurs monthly. |
Yearly | The recurring appointment reoccurs yearly. |
Minutely | The recurring appointment reoccurs minutely. |
Hourly | The recurring appointment reoccurs hourly. |
#Passed To
You can pass RecurrenceType values to the RecurrenceInfo.Type property.
#Remarks
Use the RecurrenceType enumeration's members to specify the type of a recurring Appointment. This enumeration's values are used by the RecurrenceInfo.Type property.
See Also