A user interface for a calendar date picker. More...
| Header | #include <Date |
| Since | Esri |
| Inherits | Esri |
Public Functions
| virtual | ~ |
| bool | include |
| QDate | max() const |
| QDate | min() const |
Detailed Description
Member Function Documentation
[override virtual noexcept] DateTimePickerFormInput::~DateTimePickerFormInput ()
Destructor.
bool DateTimePickerFormInput::includeTime () const
Returns if the date/time picker should provide an option to select the time.
If not provided, the default value is false.
QDateTime DateTimePickerFormInput::max() const
Returns the maximum date to allow.
If empty, there is no maximum allowed date.
QDateTime DateTimePickerFormInput::min() const
Returns the minimum date to allow.
If empty, there is no minimum allowed date.