GeoprocessingDate Class

  • GeoprocessingDate
  • class Esri::ArcGISRuntime::GeoprocessingDate

    A date input or output parameter. More...

    Header: #include <GeoprocessingDate.h>
    Since: Esri::ArcGISRuntime 100.0
    Inherits: Esri::ArcGISRuntime::GeoprocessingParameter

    Public Functions

    GeoprocessingDate(QObject *parent = nullptr)
    GeoprocessingDate(const QDateTime &value, QObject *parent = nullptr)
    virtual ~GeoprocessingDate() override
    void setValue(const QDateTime &value)
    QDateTime 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.

    • value - The value of the parameter as a QDateTime.
    • parent - The optional parent QObject.

    [override virtual] 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().

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close