DateControl Xojo Plugin

DateControl.DateValue Property

Use this property to set or get the date of the control.

DateValue as Date {Read and Write}

Remarks

This property can be set to nil if the control is set to support empty dates.

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