KDECore
KTimeZone::Transition Class Reference
#include <ktimezone.h>
Public Member Functions | |
| bool | operator< (const Transition &rhs) const |
| Transition & | operator= (const KTimeZone::Transition &t) |
| Phase | phase () const |
| QDateTime | time () const |
| Transition (const KTimeZone::Transition &t) | |
| Transition (const QDateTime &dt, const Phase &phase) | |
| Transition () | |
| ~Transition () | |
Detailed Description
Definition at line 508 of file ktimezone.h.
Constructor & Destructor Documentation
| KTimeZone::Transition::Transition | ( | ) |
Definition at line 242 of file ktimezone.cpp.
Definition at line 247 of file ktimezone.cpp.
| KTimeZone::Transition::Transition | ( | const KTimeZone::Transition & | t | ) |
Definition at line 254 of file ktimezone.cpp.
| KTimeZone::Transition::~Transition | ( | ) |
Definition at line 261 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:
trueif this Transition is earlier thanrhs
Definition at line 273 of file ktimezone.cpp.
| KTimeZone::Transition & KTimeZone::Transition::operator= | ( | const KTimeZone::Transition & | t | ) |
Definition at line 266 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 279 of file ktimezone.cpp.
| QDateTime KTimeZone::Transition::time | ( | ) | const |
Return the UTC time of the transition.
- Returns:
- UTC time
Definition at line 278 of file ktimezone.cpp.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference