Greetings everyone. I want to report a problem and also ask about a fix. When you go out of focus on the DateTimePicker it defaults the time (not date) to 0:00:00. Also time changes when you press left or right when in the DateTimePicker string. For example if I go from day to month the minutes reset to 00 (or the whole time section goes absolutely random. Randomness occurs when the time is big enough), if I go from month to year the hours reset to 0. I also saw a problem that if I write 1 in the seconds section then press left the 1 moves to the minutes and the focus stays on the seconds section, same with minutes section. Is there a way to deal with this?
This is my code with it. Nothing special. Value binded to a DateTime object.
This is my code with it. Nothing special. Value binded to a DateTime object.
<xctk:DateTimePicker Value="{Binding scene.StartTime, Mode=TwoWay}" />