RecurrenceInfo.Type Property
Gets or sets the time base for the frequency of the corresponding appointment’s reoccurrences.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Property Value
Type | Description |
---|---|
RecurrenceType | A RecurrenceType enumeration value that specifies the recurrence’s frequency type. |
Available values:
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. |
Remarks
The Type property specifies the basis for the corresponding appointment’s recurrence pattern used to calculate the appointment’s reoccurrence. There are six types of recurrence available: minutely, hourly, daily, weekly, monthly, yearly. The RecurrenceType enumeration lists all of them. The frequency applied to the time base specified by the Type property can be set via the RecurrenceInfo.Periodicity property.
The images in the following table demonstrate the ways in which the Type property can be assigned to the recurrence pattern in the Appointment Recurrence dialog.
Type = RecurrenceType.Daily | |
Type = RecurrenceType.Weekly | |
Type = RecurrenceType.Monthly | |
Type = RecurrenceType.Yearly |
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the Type 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.