Skip to main content

RecurrenceType Enum

Lists the types of recurrent appointments.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public enum RecurrenceType

#Members

Name Description
Daily

The recurring appointment reoccurs daily.

Weekly

The recurring appointment reoccurs weekly.

Monthly

The recurring appointment reoccurs monthly.

Yearly

The recurring appointment reoccurs yearly.

Minutely

The recurring appointment reoccurs minutely.

Hourly

The recurring appointment reoccurs hourly.

#Passed To

You can pass RecurrenceType values to the RecurrenceInfo.Type property.

#Remarks

Use the RecurrenceType enumeration's members to specify the type of a recurring Appointment. This enumeration's values are used by the RecurrenceInfo.Type property.

See Also