CalendarDatePicker does not consider the given DateTimeOffset value #8348
Unanswered
saiganesh-sakthivel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
CalendarDatePicker does not consider the given DateTimeOffSet value. For example, we have given the new DateTimeOffset (var datetime = new DateTimeOffset(new DateTime(2010, 12, 10, 0, 0, 0)).ToOffset(TimeSpan.FromHours(2))) means (12/9/2010 8:30:00 PM +02:00) need to set for the CalendarDatePicker but instead it consider the local timezone offset (12/10/2010 12:00:00 AM +05:30).
Replication sample:
SchedulerWinui.zip
Expected
Could you please confirm the above scenario is the bug or the behavior. If there is possible to set the date for CalendarDatePicker with given DateTimeOffset instead of local timezone
Beta Was this translation helpful? Give feedback.
All reactions