DateControl Xojo Plugin

DateControl.MaxDateValue Property

Sets or gets the maximum date allowed to be entered in the DateControl.

MaxDateValue as Date {Read and Write}

Remarks

When MinDateValue or MaxDateValue is set then direct entering mode on MacOS and Linux will change in such way that events get delayed, allowing the user to enter the date before it gets validated with delay. Note that even if the delay mechanism is in place then calling the DateValue property is guarantied to give already validated date at any given time.

Note:
Note that Windows native controls are limited to dates in the range of 1753 to 9998.

Note:
Note when using the APIv2 version then this will be DateTime object and not Date.

See Also

DateControl Control