DateTimePicker
Xojo provides a DateTimePicker control for desktop, mobile and web projects:
Note
For the web, the picker is date-only.
Common members
These events and properties are both common amongst the desktop, mobile and web versions of the control and are the most commonly used. See the individual controls for more members and details.
Events
Name |
Description |
---|---|
DateChanged |
The date selected (or time if included) has changed. |
Properties
Name |
Description |
---|---|
DisplayMode |
Dictates how the date and/or time should be displayed. |
MaximumDate |
The latest date that can be selected. |
MinimumDate |
The earliest date that can be selected. |