Class RecurrenceType
The Recurrence Type represents the type of recurrence for schedule appointment to recur such as Daily, Weekly, Monthly and Yearly.
Inheritance
System.Object
RecurrenceType
Namespace: Syncfusion.SfSchedule.XForms
Assembly: Syncfusion.SfSchedule.XForms.dll
Syntax
public sealed class RecurrenceType : Enum
Fields
Daily
This specifies the recurrence as daily.
Declaration
public const RecurrenceType Daily
Field Value
Type |
---|
RecurrenceType |
Monthly
This specifies the recurrence as Monthly.
Declaration
public const RecurrenceType Monthly
Field Value
Type |
---|
RecurrenceType |
Weekly
This specifies the recurrence as Weekly.
Declaration
public const RecurrenceType Weekly
Field Value
Type |
---|
RecurrenceType |
Yearly
This specifies the recurrence as Yearly.
Declaration
public const RecurrenceType Yearly
Field Value
Type |
---|
RecurrenceType |