Class RecurrenceType
Specifies the type of recurrence in appointment.
Inheritance
System.Object
RecurrenceType
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public sealed class RecurrenceType : Enum
Fields
Daily
Specifies the Daily type recurrence.
Declaration
public const RecurrenceType Daily
Field Value
Type |
---|
RecurrenceType |
Monthly
Specifies the Monthly type recurrence.
Declaration
public const RecurrenceType Monthly
Field Value
Type |
---|
RecurrenceType |
Weekly
Specifies the Weekly type recurrence.
Declaration
public const RecurrenceType Weekly
Field Value
Type |
---|
RecurrenceType |
Yearly
Specifies the Yearly type recurrence.
Declaration
public const RecurrenceType Yearly
Field Value
Type |
---|
RecurrenceType |