I need to bind DateTimeOffset
property to a WPF DatePicker since Odata not supports DateTime
.
I know how to bind DateTime
property.
I have tried binding DateTimeOffset
property to DatePicker as same as binding DateTime
property.
But the value is not changing at all. It's always has the default value.
How can I solve this problem?
DateTime
usingDataTimeOffset.DateTime
property. As you already know how to bind that, would probably be quicker than figuring out how to bind aDateTimeOffset
. – Jacelynjacenta