forEachInRange

fun CalendarPage.forEachInRange(dateRange: ClosedRange<LocalDate>, block: (flatIndex: Int, CalendarDay) -> Unit)

Executes the given block on each date on this page that exists within dateRange

Sources

Link copied to clipboard