A date input or output parameter. More...
| Header | #include <Geoprocessing |
| Since | Esri |
| Inherits | Esri |
Public Functions
| Geoprocessing | |
| Geoprocessing | |
| virtual | ~ |
| void | set |
| Q | value() const |
Detailed Description
Corresponds to GPDate parameter type on the service.
Member Function Documentation
[explicit] GeoprocessingDate::GeoprocessingDate (QObject *parent = nullptr)
Constructor that accepts an optional parent object.
For objects created with this constructor, the original value is the start of the UNIX epoch.
{GeoprocessingDate(const QDateTime&, QObject*)}
See also GeoprocessingDate and Esri::ArcGISRuntime::GeoprocessingDate::GeoprocessingDate(const QDateTime&, QObject*).
[explicit] GeoprocessingDate::GeoprocessingDate (const QDateTime &value, QObject *parent = nullptr)
Create a geoprocessing date parameter with the given value.
[override virtual noexcept] GeoprocessingDate::~GeoprocessingDate ()
Destructor.
void GeoprocessingDate::setValue (const QDateTime &value)
Sets the datetime value.
See also value().
QDateTime GeoprocessingDate::value() const
Returns the value of this parameter as a QDateTime.
See also setValue().