[override virtual noexcept]
TimestampOffset::~TimestampOffset()
Destructor.
[static]
Esri::ArcGISRuntime::TimestampOffset *TimestampOffset::create(const QString ×tampString, QObject *parent = nullptr)
Creates a new timestamp offset object with the given value.
[static]
Esri::ArcGISRuntime::TimestampOffset *TimestampOffset::create(const QDateTime &dateTime, Esri::ArcGISRuntime::TimeZoneOffset *timeZoneOffset, QObject *parent = nullptr)
Creates a new timestamp offset object with the given value.
The QDateTime is a local date and time in UTC.
[static]
Esri::ArcGISRuntime::TimestampOffset *TimestampOffset::create(Esri::ArcGISRuntime::DateOnly *dateOnly, Esri::ArcGISRuntime::TimeOnly *timeOnly, Esri::ArcGISRuntime::TimeZoneOffset *timeZoneOffset, QObject *parent = nullptr)
Creates a new timestamp offset object from the provided date, time, and time zone offset.
Returns the date component of the timestamp offset.
Esri::ArcGISRuntime::TimeOnly *TimestampOffset::timeOnly() constReturns the time component of the timestamp offset.
Does not contain milliseconds, even if the timestamp offset contains milliseconds.
Esri::ArcGISRuntime::TimeZoneOffset *TimestampOffset::timeZoneOffset() constReturns the amount of hours ahead or behind UTC.
QString TimestampOffset::toString() constReturns a string representing the timestamp in ISO8601 format, YYYY-MM-DDTHH:MM:SS.sss.
[since Esri::ArcGISRuntime 200.7]
bool TimestampOffset::operator!=(Esri::ArcGISRuntime::TimestampOffset *other) const
Tests and returns true
if two timestamp offset objects are not equal.
This function was introduced in Esri::ArcGISRuntime 200.7.
[since Esri::ArcGISRuntime 200.7]
bool TimestampOffset::operator==(Esri::ArcGISRuntime::TimestampOffset *other) const
Tests and returns true
if two timestamp offset 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