Back to Devexpress

RecurrenceType Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-scheduler-48b2f852.md

latest1.3 KB
Original Source

RecurrenceType Enum

Lists the types of recurrent appointments.

Namespace : DevExpress.XamarinForms.Scheduler

Assembly : DevExpress.XamarinForms.Scheduler.dll

NuGet Package : DevExpress.XamarinForms.Scheduler

Declaration

csharp
public enum RecurrenceType

Members

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.

|

The following properties accept/return RecurrenceType values:

See Also

DevExpress.XamarinForms.Scheduler Namespace