KDECore
KTzfileTimeZone Class Reference
[Time zone classes]
The KTzfileTimeZone class represents a time zone defined in tzfile(5) format. More...
#include <ktzfiletimezone.h>
Inheritance diagram for KTzfileTimeZone:
Public Member Functions | |
| KTzfileTimeZone (KTzfileTimeZoneSource *source, const QString &name, const QString &countryCode=QString(), float latitude=UNKNOWN, float longitude=UNKNOWN, const QString &comment=QString()) | |
| ~KTzfileTimeZone () | |
Detailed Description
The KTzfileTimeZone class represents a time zone defined in tzfile(5) format.
It works in partnership with the KTzfileTimeZoneSource class which reads and parses the time zone definition files.
Represents a time zone defined in tzfile(5) format
Definition at line 50 of file ktzfiletimezone.h.
Constructor & Destructor Documentation
| KTzfileTimeZone::KTzfileTimeZone | ( | KTzfileTimeZoneSource * | source, | |
| const QString & | name, | |||
| const QString & | countryCode = QString(), |
|||
| float | latitude = UNKNOWN, |
|||
| float | longitude = UNKNOWN, |
|||
| const QString & | comment = QString() | |||
| ) |
Creates a time zone.
- Parameters:
-
source tzfile reader and parser name time zone's unique name, which must be the tzfile path relative to the location specified for sourcecountryCode ISO 3166 2-character country code, empty if unknown latitude in degrees (between -90 and +90), UNKNOWN if not known longitude in degrees (between -180 and +180), UNKNOWN if not known comment description of the time zone, if any
Definition at line 78 of file ktzfiletimezone.cpp.
| KTzfileTimeZone::~KTzfileTimeZone | ( | ) |
Definition at line 84 of file ktzfiletimezone.cpp.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference