Range

data class Range(val startSelectionHint: String? = null, val endSelectionHint: String? = null, val noSelectionState: String? = null, val startSelectionState: String? = null, val startAndEndSelectionState: String? = null, val endSelectionState: String? = null, val betweenSelectionState: String? = null) : CalendarParams.SelectionMode

A range of dates can be selected.

Constructors

Link copied to clipboard
constructor(startSelectionHint: String? = null, endSelectionHint: String? = null, noSelectionState: String? = null, startSelectionState: String? = null, startAndEndSelectionState: String? = null, endSelectionState: String? = null, betweenSelectionState: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard