[override virtual noexcept]
TimeOnly::~TimeOnly()
Destructor.
[static]
Esri::ArcGISRuntime::TimeOnly *TimeOnly::create(const QString &timeString, QObject *parent = nullptr)
Creates a new time-only object from the ISO 8601 time value, HH:MM:SS.
Milliseconds are not supported for TimeOnly objects.
[static]
Esri::ArcGISRuntime::TimeOnly *TimeOnly::create(quint8 hours, quint8 minutes, quint8 seconds, QObject *parent = nullptr)
Creates a new time-only object from the provided hours, minutes, and seconds.
Hours must be between 0-23 (inclusive), while minutes and seconds must be between 0-59 (inclusive).
quint8 TimeOnly::hours() constReturns the hours component of the time represented by this instance.
quint8 TimeOnly::minutes() constReturns the minutes component of the time represented by this instance.
quint8 TimeOnly::seconds() constReturns the seconds component of the time represented by this instance.
QString TimeOnly::toString() constReturns a string representing the time in ISO 8601 format, HH:MM:SS.
[since Esri::ArcGISRuntime 200.7]
bool TimeOnly::operator!=(Esri::ArcGISRuntime::TimeOnly *other) const
Tests and returns true
if two time-only objects are not equal.
This function was introduced in Esri::ArcGISRuntime 200.7.
[since Esri::ArcGISRuntime 200.7]
bool TimeOnly::operator==(Esri::ArcGISRuntime::TimeOnly *other) const
Tests and returns true
if two time-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