Class RecurrenceType
Determines the types of recurrent appointments.
Inheritance
System.Object
RecurrenceType
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public sealed class RecurrenceType : Enum
Fields
Daily
Hourly
Minutely
Monthly
MonthlyNth
Recurs every nth day of nth month.
Declaration
public const RecurrenceType MonthlyNth
Field Value
RecurrenceType
|
value__
Declaration
public int value__
Field Value
System.Int32
|
WeekDays
Recurs every weekday (workday).
Declaration
public const RecurrenceType WeekDays
Field Value
RecurrenceType
|