TimePicker
Basic example
View.TimePicker()
Basic example with styling
View.TimePicker(
horizontalOptions = style.Position,
verticalOptions = style.Position,
backgroundColor = style.ViewColor
)
See also:
More examples
View.TimePicker(
time = TimeSpan(12, 22, 0)
)