IRecurrenceInfo.Type Property
Gets or sets the time base for the frequency of corresponding appointment reoccurrences.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
RecurrenceType Type { get; set; }
Property Value
Type | Description |
---|---|
RecurrenceType | The recurrence frequency time base. |
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 a yearly base. |
Minutely | The recurring appointment reoccurs on a minute base. |
Hourly | The recurring appointment reoccurs on an hourly base. |
See Also