Posted
on Sep 3, 2008
(permalink)
Hello Giancarlo Aguilera,
Thank you for your question.
Currently, RadtimePicker supports only its default HH:mm format. For the future versions we plan toallow control over the time format, as for an example HH:mm tt.
As for the displayed time in the textbox - itis in HH:mm format for the moment. You can enter time inany other format, however, it will be automaticallyconverted to HH:mm. For instance, you can enter 9PM and this time will be converted to 21:00 or 9AM, which will be then converted to 09:00.
As for the StartTime, EndTime, TimeInterval and ClockItemSource time formats - RadtimePicker supports TimeSpan objects.Youcan enter TimeSpan(9,25,10)in the code-behind or “9:25:10” in the XAML. This will be altomatically convertedto 09:25. Itis also possible to enter only hours and minutes in the XAML, like “9:4” that is equal to 09:04.
Greetings,
Boryana