Back to Devexpress

RecurrenceInfo.Type Property

maui-devexpress-dot-maui-dot-scheduler-dot-recurrenceinfo-afaadefd.md

latest1.4 KB
Original Source

RecurrenceInfo.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
public 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.

|

Implements

Type

See Also

RecurrenceInfo Class

RecurrenceInfo Members

DevExpress.Maui.Scheduler Namespace