TimePicker
Note: You can check the Avalonia docs for the TimePicker and TimePicker API if you need more information.
For Avalonia.FuncUI's DSL properties you can check TimePicker.fs
The TimePicker control allows the user to pick a time value.
Usage
Create a TimePicker
Change in 15 Minute Increments
Choose a 12 or 24 Hour Clock
For more information about the attribute values here you can check out the documentation for TimeSpan and the ClockIdentifier.
Last updated