Hello,
I have C# application that uses the RadDatePicker and the RadTimePicker. Here is the XAML I will be referencing:
I need to programmatically set the selected TIME of "myTimePicker". In an attempt to do this, I am using the following:
Oddly, the correct date appears in the RadDatePicker, but the time is not displayed in the RadTimePicker. How do I programmatically set the time displayed in the RadTimePicker?
Thank you