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 : EnumFields
Daily
Specifies the Daily type recurrence.
Declaration
public const RecurrenceType DailyField Value
| Type | 
|---|
| RecurrenceType | 
Monthly
Specifies the Monthly type recurrence.
Declaration
public const RecurrenceType MonthlyField Value
| Type | 
|---|
| RecurrenceType | 
Weekly
Specifies the Weekly type recurrence.
Declaration
public const RecurrenceType WeeklyField Value
| Type | 
|---|
| RecurrenceType | 
Yearly
Specifies the Yearly type recurrence.
Declaration
public const RecurrenceType YearlyField Value
| Type | 
|---|
| RecurrenceType |