dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.96k stars 1.7k forks source link

Implement TimePicker.ClockIdentifier #441

Open hartez opened 3 years ago

hartez commented 3 years ago

Determines whether the TimePicker uses a 12 or 24 hour format.

New property for ITimePicker string ClockIdentifier {get;} See also: https://docs.microsoft.com/en-us/uwp/api/windows.globalization.clockidentifiers?view=winrt-19041

Default value is determined by DateTimeFormat for the app culture. We'll also need a setter from Controls.TimePicker.

ghost commented 2 years ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.