Controls/TimePicker: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=TimePicker | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/timepicker | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Uses platform time dialog; verify locale/format on GTK. | props= <tr><td>Time</td><td>?</td><td></td><td>Selected time</td></tr> <tr><td>Format</td><td>?</td><td></td><td>Display format</td></tr> <tr><td>TextColor</td><td>?</td><td></td><td>Field text</td></tr> }}" |
(No difference)
|
Latest revision as of 16:17, 17 October 2025
TimePicker
- Kind
- Control
- Microsoft Docs
- TimePicker documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Uses platform time dialog; verify locale/format on GTK.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Time | ? | Selected time | |
| Format | ? | Display format | |
| TextColor | ? | Field text |