How do you get the value (in c#) of the time that the user has entered in the timepicker? I want to assign that value to either a TimeSpan (preferable) or DateTime (not preferred, but ok).
Thanks,
Aneesh
1 Answer, 1 is accepted
0
Tsvyatko
Telerik team
answered on 06 Sep 2012, 03:38 PM
Hello Aneesh,
TimePicker (similar to the Datepicker) exposes property Value that holds the information that the controls shows (the user has entered). Its type is Nulalble<DateTime>. Unfortunately, there is no property that directly exposes TimeSpan.