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
Type |
---|
SchedulerRecurrenceType |
Monthly
Indicates the appointment occurrence repeated in every month.
Declaration
public const SchedulerRecurrenceType Monthly
Field Value
Type |
---|
SchedulerRecurrenceType |
Weekly
Indicates the appointment occurrence repeated in every week.
Declaration
public const SchedulerRecurrenceType Weekly
Field Value
Type |
---|
SchedulerRecurrenceType |
Yearly
Indicates the appointment occurrence repeated in every year.
Declaration
public const SchedulerRecurrenceType Yearly
Field Value
Type |
---|
SchedulerRecurrenceType |