KDECore
KTimeZone::Transition Class Reference
#include <ktimezone.h>
Public Member Functions | |
Transition () | |
Transition (const QDateTime &dt, const Phase &phase) | |
Transition (const KTimeZone::Transition &t) | |
~Transition () | |
bool | operator< (const Transition &rhs) const |
Transition & | operator= (const KTimeZone::Transition &t) |
Phase | phase () const |
QDateTime | time () const |
Detailed Description
Definition at line 513 of file ktimezone.h.
Constructor & Destructor Documentation
KTimeZone::Transition::Transition | ( | ) |
Definition at line 241 of file ktimezone.cpp.
Definition at line 246 of file ktimezone.cpp.
KTimeZone::Transition::Transition | ( | const KTimeZone::Transition & | t | ) |
Definition at line 253 of file ktimezone.cpp.
KTimeZone::Transition::~Transition | ( | ) |
Definition at line 260 of file ktimezone.cpp.
Member Function Documentation
bool KTimeZone::Transition::operator< | ( | const Transition & | rhs | ) | const |
Compare the date/time values of two transitions.
- Parameters
-
rhs other instance
- Returns
true
if this Transition is earlier thanrhs
Definition at line 272 of file ktimezone.cpp.
KTimeZone::Transition & KTimeZone::Transition::operator= | ( | const KTimeZone::Transition & | t | ) |
Definition at line 265 of file ktimezone.cpp.
KTimeZone::Phase KTimeZone::Transition::phase | ( | ) | const |
Return the time zone phase which takes effect after the transition.
- Returns
- time zone phase
Definition at line 278 of file ktimezone.cpp.
QDateTime KTimeZone::Transition::time | ( | ) | const |
Return the UTC time of the transition.
- Returns
- UTC time
Definition at line 277 of file ktimezone.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.