This question is locked. New answers and comments are not allowed.
It appears that your RadTimePicker and RadDatePicker controls can only bind to DateTime structures, not to the more useful DateTimeOffset structure. Applications that really need to unambiguously identify a single point in time need to use the "newer" DateTimeOffset structure. Also DateTimeOffset is a valid data type to use in public APIs provided by shared WinRT libraries, whereas DateTime is not.
I therefore implore you to support binding to DateTimeOffsets in your RadTimePicker and RadDatePicker controls.
Thanks, Alan Anderson
I therefore implore you to support binding to DateTimeOffsets in your RadTimePicker and RadDatePicker controls.
Thanks, Alan Anderson