mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdecore: KTimeZone documentation update
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
c411c09c16
commit
645cc4e5cf
1 changed files with 4 additions and 11 deletions
|
@ -34,8 +34,6 @@ class KTimeZonePrivate;
|
|||
* The KTimeZone base class contains general descriptive data about the time zone and to translate
|
||||
* between UTC and local time.
|
||||
*
|
||||
* KTimeZone instances are often grouped into KTimeZones collections.
|
||||
*
|
||||
* @short class representing a time zone
|
||||
* @ingroup timezones
|
||||
* @author Ivailo Monev <xakepa10@gmail.com>.
|
||||
|
@ -175,23 +173,18 @@ public:
|
|||
/**
|
||||
* Returns a standard UTC time zone, with name "UTC".
|
||||
*
|
||||
* @note The KTimeZone returned by this method does not belong to any
|
||||
* KTimeZones collection. Any KTimeZones instance may contain its own UTC
|
||||
* KTimeZone defined by its time zone source data, but that will be a
|
||||
* different instance than this KTimeZone.
|
||||
*
|
||||
* @return UTC time zone
|
||||
*/
|
||||
static KTimeZone utc();
|
||||
|
||||
/** Indicates an invalid UTC offset. This is returned by currentOffset() when
|
||||
* the local time does not occur due to a shift to daylight savings time.
|
||||
/**
|
||||
* Indicates an invalid UTC offset. This is the offset for invalid time zones.
|
||||
*/
|
||||
static const int InvalidOffset;
|
||||
|
||||
/**
|
||||
* A representation for unknown locations; this is a float
|
||||
* that does not represent a real latitude or longitude.
|
||||
* A representation for unknown locations, this is a float that does not represent a real
|
||||
* latitude or longitude.
|
||||
*/
|
||||
static const float UNKNOWN;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue