Extended datetimepicker raise error DateRange because DateTime Device not in range

56 Views Asked by At

Error appear when click Datepicker box. Error as below: enter image description here

XAML and CS Code: enter image description here

enter image description here

Device DateTime Value is: 21-May-11

enter image description here

1

There are 1 best solutions below

2
user2250152 On

Try to set ClipValueToMinMax to true to prevent the datetime to be out of the range specified by Minimum and Maximum.

dateEnd.ClipValueToMinMax = true;