Class SchedulerRecurrenceRange
Specifies the type of recurrence date range.
Inheritance
System.Object
SchedulerRecurrenceRange
Namespace: Syncfusion.Maui.Scheduler
Assembly: Syncfusion.Maui.Scheduler.dll
Syntax
public sealed class SchedulerRecurrenceRange : Enum
Fields
Count
Indicates the appointment occurrence repeated with specified count times.
Declaration
public const SchedulerRecurrenceRange Count
Field Value
EndDate
Indicates the appointment occurrence repeated until the end date.
Declaration
public const SchedulerRecurrenceRange EndDate
Field Value
NoEndDate
Indicates the appointment occurrence repeated until the last date of the scheduler.
Declaration
public const SchedulerRecurrenceRange NoEndDate