toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
app
/
edu.stanford.bdh.engagehf.health.bloodpressure.bottomsheet
/
TimePickerState
Time
Picker
State
data
class
TimePickerState
(
val
selectedDate
:
LocalDate
,
val
selectedTime
:
LocalTime
,
val
initialHour
:
Int
,
val
initialMinute
:
Int
,
val
selectedDateFormatted
:
String
,
val
selectedTimeFormatted
:
String
)
Members
Constructors
Time
Picker
State
Link copied to clipboard
constructor
(
selectedDate
:
LocalDate
,
selectedTime
:
LocalTime
,
initialHour
:
Int
,
initialMinute
:
Int
,
selectedDateFormatted
:
String
,
selectedTimeFormatted
:
String
)
Properties
initial
Hour
Link copied to clipboard
val
initialHour
:
Int
initial
Minute
Link copied to clipboard
val
initialMinute
:
Int
selected
Date
Link copied to clipboard
val
selectedDate
:
LocalDate
selected
Date
Formatted
Link copied to clipboard
val
selectedDateFormatted
:
String
selected
Time
Link copied to clipboard
val
selectedTime
:
LocalTime
selected
Time
Formatted
Link copied to clipboard
val
selectedTimeFormatted
:
String