Class

DisplayMode

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

Source set: Common
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
val Picker = DisplayMode(0)

Date picker mode

Source set: Common
val Input = DisplayMode(1)

Date text input mode

Last updated: