Source set: Android
public class DatePickerType internal constructor(internal val value: Int)
Specifies the types of columns to display in the DatePicker.
Functions
toString
Source set: Android
override fun toString(): String
Members
Companion
Source set: Android
public companion object
Properties
DayMonthYear
Source set: Android
public val DayMonthYear: DatePickerType = DatePickerType(0)
MonthDayYear
Source set: Android
public val MonthDayYear: DatePickerType = DatePickerType(1)
YearMonthDay
Source set: Android
public val YearMonthDay: DatePickerType = DatePickerType(2)