DateTimePicker.GraphicalDisplay
From Xojo Documentation
Property (As Boolean )
aDateTimePicker.GraphicalDisplay = newBooleanValue
or
BooleanValue = aDateTimePicker.GraphicalDisplay
New in 2020r2
Supported for all project types and targets.
or
BooleanValue = aDateTimePicker.GraphicalDisplay
New in 2020r2
Supported for all project types and targets.
If True, the control will display as a graphical calendar and clock.
Notes
For Linux, the graphical display is the only option supported.
GraphicalDisplay is not supported on Windows.