days

fun days(count: Int, init: CalendarDayBuilder.(Int) -> Unit)

Creates count number of CalendarDay in this row. Note days are ordered from start to end, based on their call order.

Sources

Link copied to clipboard