CalendarIterationExt extension

Extension for calendar iteration.

on

Properties

monthsInYear Iterable<Hora>

Available on Hora, provided by the CalendarIterationExt extension

Generates all months in the year.
no setter
saturdaysInMonth List<Hora>

Available on Hora, provided by the CalendarIterationExt extension

Gets all Saturdays in the current month.
no setter
sundaysInMonth List<Hora>

Available on Hora, provided by the CalendarIterationExt extension

Gets all Sundays in the current month.
no setter

Methods

daysUntil(Hora end, {bool inclusive = true}) Iterable<Hora>

Available on Hora, provided by the CalendarIterationExt extension

Generates dates between this and another date.
monthsUntil(Hora end) Iterable<Hora>

Available on Hora, provided by the CalendarIterationExt extension

Generates months between this and another date.
weekdaysInMonth(int weekday) List<Hora>

Available on Hora, provided by the CalendarIterationExt extension

Gets all occurrences of a weekday in the current month.