Feedback
TimePicker values can now be read and written as DateTime
- Status
- Fixed
- Fixed in
- v26.7.6
- Source discussion
- https://forum.objo.dev/d/705-class-timepicker-missing-property-for-readwrite-from-datetime
- Last updated
- 2026-07-29
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
TimePicker should expose its selected time as a single read/write DateTime property. This will let developers initialise a picker directly from values such as DateTime.Now, read the selected time without assembling its components manually, and update the control atomically.