Enum
RecurrenceType

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public enum RecurrenceType

Fields

Daily

Specifies that the recurrence rule of an appointment is Daily

Declaration

cs-api-definition
Daily = 2

Field Value

RecurrenceType

Hourly

Specifies that the recurrence rule of an appointment is Hourly

Declaration

cs-api-definition
Hourly = 1

Field Value

RecurrenceType

Minutely

Specifies that the recurrence rule of an appointment is Minutely

Declaration

cs-api-definition
Minutely = 0

Field Value

RecurrenceType

Monthly

Specifies that the recurrence rule of an appointment is Monthly

Declaration

cs-api-definition
Monthly = 4

Field Value

RecurrenceType

Weekly

Specifies that the recurrence rule of an appointment is Weekly

Declaration

cs-api-definition
Weekly = 3

Field Value

RecurrenceType

Yearly

Specifies that the recurrence rule of an appointment is Yearly

Declaration

cs-api-definition
Yearly = 5

Field Value

RecurrenceType