Error appear when click Datepicker box. Error as below:
XAML and CS Code:
Device DateTime Value is: 21-May-11
Try to set ClipValueToMinMax to true to prevent the datetime to be out of the range specified by Minimum and Maximum.
ClipValueToMinMax
true
Minimum
Maximum
dateEnd.ClipValueToMinMax = true;
Try to set
ClipValueToMinMaxtotrueto prevent the datetime to be out of the range specified byMinimumandMaximum.