Back to Devexpress

IRecurrenceInfo.Type Property

maui-devexpress-dot-maui-dot-scheduler-dot-irecurrenceinfo-3624427c.md

latest1.3 KB
Original Source

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

csharp
RecurrenceType Type { get; set; }

Property Value

TypeDescription
RecurrenceType

The recurrence frequency time base.

|

Available values:

NameDescription
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

IRecurrenceInfo Interface

IRecurrenceInfo Members

DevExpress.Maui.Scheduler Namespace