Class

DisplayMode

Represents the different modes that a date picker can be at.

Source set: Common

Added in 1.5.0-alpha17

value class DisplayMode internal constructor(internal val value: Int)

Represents the different modes that a date picker can be at.

Companion Object

Properties

Source set: Common

Added in 1.5.0-alpha17

val Picker = DisplayMode(0)

Date picker mode

Source set: Common

Added in 1.5.0-alpha17

val Input = DisplayMode(1)

Date text input mode