DateEditBox has a property called CanRetainTime. According to the documentation if it is set to true, the time portion of the bound DateTime should be preserved when we change the date. This doesn't seem to work.
In the ViewModel I have a DateTime property.
In the View I have a DateEditBox (with CanRetainTime set to true) and a TimeEditBox, both bound to the same DateTime property.
When I change the date in the DateEditBox, the time is reset to mindnight.
EDIT: next week I'm going on holiday and I may be unable to respond until 10th July.
[Modified 8 years ago]