Back to Devexpress

RecurrenceType Enum

corelibraries-devexpress-dot-xtrascheduler-6b753d91.md

latest2.2 KB
Original Source

RecurrenceType Enum

Lists the types of recurrent appointments.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public enum RecurrenceType
vb
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 an 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:

LibraryRelated API Members
Cross-Platform Class LibraryIRecurrenceInfo.Type
RecurrenceInfo.Type
ASP.NET Web Forms ControlsAppointmentFormTemplateContainer.RecurrenceType
ASP.NET MVC ExtensionsAppointmentRecurrenceFormSettings.RecurrenceType

Remarks

Use this enumeration’s members to specify the type of a recurring appointment. This enumeration’s values are used by the RecurrenceInfo.Type property.

See Also

Type

Appointments

DevExpress.XtraScheduler Namespace