DisplayMode

Class

Common
@ExperimentalMaterial3Api
value class DisplayMode internal constructor(internal val value: Int)

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

Companion Object

Properties

Common
val Picker = DisplayMode(0)

Date picker mode

Common
val Input = DisplayMode(1)

Date text input mode