-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Describe the bug
Set DateTimePicker
's SelectedDateTime
, and open the select dialog, the dialog display error datetime.
To Reproduce
Steps to reproduce the behavior:
- Create a xaml
<hc:DateTimePicker x:Name="dt"/>
- Add code behind
dt.SelectedDateTime = new DateTime(2021, 3, 20, 14, 35, 59);
Expected behavior
Show the datetime given in code behind.
Environment (please complete the following information):
- .net: core 3.1
- IDE vs 2019 latest
- HC Version 3.2.0
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
No labels