CalendarRoundIterator
Defined in: operations/calendar-round-iter.ts:14
Constructors
Constructor
new CalendarRoundIterator():
CalendarRoundIterator
Defined in: operations/calendar-round-iter.ts:19
Returns
CalendarRoundIterator
Properties
current
current:
CalendarRound
Defined in: operations/calendar-round-iter.ts:16
fullDate
fullDate:
CalendarRound
Defined in: operations/calendar-round-iter.ts:15
isFirst
isFirst:
boolean
Defined in: operations/calendar-round-iter.ts:17
Methods
next()
next():
NextResult
Defined in: operations/calendar-round-iter.ts:46
Move to the next position in the cycle.
Returns
NextResult
reset()
reset():
void
Defined in: operations/calendar-round-iter.ts:38
Reset the iterator to the start of the cycle.
Returns
void