KDECore
KTzfileTimeZone Class Reference
#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 84 of file ktzfiletimezone.cpp.
Definition at line 90 of file ktzfiletimezone.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:49:41 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:49:41 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.