maya-dates

@drewsonne/maya-dates / Exports / CalendarRoundIterator

Class: CalendarRoundIterator

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new CalendarRoundIterator()

Defined in

operations/calendar-round-iter.ts:16

Properties

current

current: CalendarRound

Defined in

operations/calendar-round-iter.ts:13


fullDate

fullDate: CalendarRound

Defined in

operations/calendar-round-iter.ts:12


isFirst

isFirst: boolean

Defined in

operations/calendar-round-iter.ts:14

Methods

next

next(): NextResult

Move to the next position in the cycle.

Returns

NextResult

Defined in

operations/calendar-round-iter.ts:43


reset

reset(): void

Reset the iterator to the start of the cycle.

Returns

void

Defined in

operations/calendar-round-iter.ts:35