CalendarRowBuilder

class CalendarRowBuilder

A DSL Builder class to construct a CalendarRow.

Functions

Link copied to clipboard
fun day(init: CalendarDayBuilder.() -> Unit)

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

Link copied to clipboard
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