Skip to main content
A newer version of this page is available. .

AppointmentRecurrenceFormSettings.RecurrenceType Property

Gets or sets the time base for the frequency of the appointment’s recurrences.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public RecurrenceType RecurrenceType { get; set; }

Property Value

Type Description
RecurrenceType

A RecurrenceType enumeration value that specifies the recurrence’s frequency type.

Available values:

Name Description
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.

Remarks

The RecurrenceType property specifies the basis for the corresponding appointment’s recurrence pattern used to calculate the appointment’s reoccurrence.

This property corresponds to the RecurrenceInfo.Type property.

See Also