RecurrenceRange enum
The available options to recur the Appointment in SfCalendar
Values
- endDate → const RecurrenceRange
-
- RecurrenceRange.endDate, indicates the appointment occurrence repeated until the end date.
- noEndDate → const RecurrenceRange
-
- RecurrenceRange.noEndDate, indicates the appointment occurrence repeated until the last date of the calendar.
- count → const RecurrenceRange
-
- RecurrenceRange.count, indicates the appointment occurrence repeated with specified count times.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
RecurrenceRange> - A constant List of the values in this enum, in order of their declaration.