CalendarDay

data class CalendarDay

Contains state information for a single day cell.

Parameters

date

The LocalDate of the day cell.

isFocusedDate

Whether the day cell is for a date in the currently displayed month. For example, the current month might be February, but January 31st is also displayed on the calendar. In this case, January 31st will have this field set to false, whereas any dates in February will have this field set to true.

Properties

Link copied to clipboard
val date: LocalDate
Link copied to clipboard
val isFocusedDate: Boolean

Sources

Link copied to clipboard