Class RecurrenceRange
Represents recurrence range to specify the recurrence appointments range such as end date, no end date, count.
Inheritance
System.Object
RecurrenceRange
Namespace: Syncfusion.SfSchedule.XForms
Assembly: Syncfusion.SfSchedule.XForms.dll
Syntax
public sealed class RecurrenceRange : Enum
Fields
Count
Specifies that recurrence appointment will have the recurrence count.
Declaration
public const RecurrenceRange Count
Field Value
Type |
---|
RecurrenceRange |
EndDate
Specifies that recurrence appointment will have the end date.
Declaration
public const RecurrenceRange EndDate
Field Value
Type |
---|
RecurrenceRange |
NoEndDate
Specifies that recurrence appointment will have the no end date.
Declaration
public const RecurrenceRange NoEndDate
Field Value
Type |
---|
RecurrenceRange |