A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-dateonly.html below:

DateOnly Class | ArcGIS Maps SDK for Qt

Member Function Documentation [override virtual noexcept] DateOnly::~DateOnly()

Destructor.

[static] Esri::ArcGISRuntime::DateOnly *DateOnly::create(const QString &dateString, QObject *parent = nullptr)

Creates a new date-only object with the given date string.

The provided date string must conform to the ISO 8601 date and time format.

[static] Esri::ArcGISRuntime::DateOnly *DateOnly::create(int year, quint8 month, quint8 day, QObject *parent = nullptr)

Creates a new date-only object from the provided year, month, and day.

Year must be at least 1 AD, month must be a value between 1-12 (inclusive), day must be a value between 1-31 (inclusive).

quint8 DateOnly::day() const

Returns the day component of the date represented by this instance.

quint8 DateOnly::month() const

Returns the month component of the date represented by this instance.

QString DateOnly::toString() const

Returns a string representing the date in ISO 8601 format, YYYY-MM-DD.

int DateOnly::year() const

Returns the year component of the date represented by this instance.

[since Esri::ArcGISRuntime 200.7] bool DateOnly::operator!=(Esri::ArcGISRuntime::DateOnly *other) const

Tests and returns true if two date-only objects are not equal.

This function was introduced in Esri::ArcGISRuntime 200.7.

[since Esri::ArcGISRuntime 200.7] bool DateOnly::operator==(Esri::ArcGISRuntime::DateOnly *other) const

Tests and returns true if two date-only objects are equal.

This function was introduced in Esri::ArcGISRuntime 200.7.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4