TimePickerState

data class TimePickerState(val selectedDate: LocalDate, val selectedTime: LocalTime, val initialHour: Int, val initialMinute: Int, val selectedDateFormatted: String, val selectedTimeFormatted: String)

Constructors

Link copied to clipboard
constructor(selectedDate: LocalDate, selectedTime: LocalTime, initialHour: Int, initialMinute: Int, selectedDateFormatted: String, selectedTimeFormatted: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard