InputDateTimeData

data class InputDateTimeData(val title: String, val inputStyle: InputStyle = InputStyle.DataInputStyle(), val imeAction: ImeAction = ImeAction.Next, val isRequired: Boolean = false, val actionType: DateTimeActionType = DateTimeActionType.DATE_TIME, val allowsManualInput: Boolean = true, val visualTransformation: DateTimeVisualTransformation, val is24hourFormat: Boolean = false, val acceptText: String? = null, val cancelText: String? = null, val outOfRangeText: String? = null, val incorrectHourFormatText: String? = null, val selectableDates: SelectableDates = SelectableDates("01011940", "12312300"), val yearRange: IntRange = IntRange(1970, 2100))

Constructors

Link copied to clipboard
constructor(title: String, inputStyle: InputStyle = InputStyle.DataInputStyle(), imeAction: ImeAction = ImeAction.Next, isRequired: Boolean = false, actionType: DateTimeActionType = DateTimeActionType.DATE_TIME, allowsManualInput: Boolean = true, visualTransformation: DateTimeVisualTransformation, is24hourFormat: Boolean = false, acceptText: String? = null, cancelText: String? = null, outOfRangeText: String? = null, incorrectHourFormatText: String? = null, selectableDates: SelectableDates = SelectableDates("01011940", "12312300"), yearRange: IntRange = IntRange(1970, 2100))

Properties

Link copied to clipboard
val acceptText: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val cancelText: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val is24hourFormat: Boolean = false
Link copied to clipboard
val isRequired: Boolean = false
Link copied to clipboard
val outOfRangeText: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard