maui-devexpress-dot-maui-dot-scheduler-3278ebf9.md
Lists the types of recurrent appointments.
Namespace : DevExpress.Maui.Scheduler
Assembly : DevExpress.Maui.Scheduler.dll
NuGet Package : DevExpress.Maui.Scheduler
public enum RecurrenceType
| 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 a yearly base.
|
| Minutely |
The recurring appointment reoccurs on a minute base.
|
| Hourly |
The recurring appointment reoccurs on an hourly base.
|
The following properties accept/return RecurrenceType values:
YieldIfNotNull<RecurrenceType>()
See Also