DateControl Xojo Plugin

DateControl.DateValue Property

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

DateValue as DateTime {Read and Write}

Remarks

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

This property will return nil if control is in empty date mode and checkbox is unchecked.

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

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

See Also

DateControl Control