Class SchedulerRecurrenceType
Specifies the type of recurrence in the appointment.
Inheritance
System.Object
SchedulerRecurrenceType
Namespace: Syncfusion.Maui.Scheduler
Assembly: Syncfusion.Maui.Scheduler.dll
Syntax
public sealed class SchedulerRecurrenceType : Enum
Fields
Daily
Indicates the appointment occurrence repeated in every day.
Declaration
public const SchedulerRecurrenceType Daily
Field Value
Monthly
Indicates the appointment occurrence repeated in every month.
Declaration
public const SchedulerRecurrenceType Monthly
Field Value
Weekly
Indicates the appointment occurrence repeated in every week.
Declaration
public const SchedulerRecurrenceType Weekly
Field Value
Yearly
Indicates the appointment occurrence repeated in every year.
Declaration
public const SchedulerRecurrenceType Yearly