Composables UI is out: our new component library for Compose Multiplatform ->
Class

DatePickerType

Specifies the types of columns to display in the DatePicker.

Source set: Android
public value class DatePickerType internal constructor(internal val value: Int)

Specifies the types of columns to display in the DatePicker.

Companion Object

Properties

Source set: Android
public val DayMonthYear: DatePickerType
Source set: Android
public val MonthDayYear: DatePickerType
Source set: Android
public val YearMonthDay: DatePickerType

Last updated: