Time zone information for a time-aware layer. More...
Header | #include <Time |
Since | Esri |
Public Functions
Time | |
Time | |
Time | |
~ | |
bool | is |
Q | time |
Esri | operator=( |
Esri | operator=(const Esri |
Detailed Description
Specifies the time zone and whether daylight saving time is respected.
This information is for reference only. All datetimes for time-aware layers are in UTC.
Member Function Documentation
TimeReference::TimeReference ()
Default constructor.
TimeReference::TimeReference (const Esri::ArcGISRuntime::TimeReference &other)
Copy constructor from other TimeReference.
[noexcept]
TimeReference::TimeReference (Esri::ArcGISRuntime::TimeReference &&other)
Move constructor from other TimeReference.
[noexcept]
TimeReference::~TimeReference ()
Destructor.
bool TimeReference::isRespectsDaylightSavings () const
Returns whether the service respects daylight saving time.
QString TimeReference::timeZone () const
Returns the time zone.
[noexcept]
Esri::ArcGISRuntime::TimeReference &TimeReference::operator=(Esri::ArcGISRuntime::TimeReference &&other)
Move operator from other TimeReference.
Esri::ArcGISRuntime::TimeReference &TimeReference::operator=(const Esri::ArcGISRuntime::TimeReference &other)
Assignment operator from other TimeReference.