class KTimeZoneSource


Table of contents
Modules
kdecore Classes
All Classes
Module kdecore
Namespace global
Class KTimeZoneSource
Inherits

Base class representing a source of time zone information.

Derive subclasses from KTimeZoneSource to read and parse time zone details from a time zone database or other source of time zone information. If can know in advance what KTimeZone instances to create without having to parse the source data, you should reimplement the virtual method parse(const KTimeZone&). Otherwise, you need to define your own parse() methods with appropriate signatures, to both read and parse the new data, and create new KTimeZone instances.

KTimeZoneSource itself may be used as a dummy source which returns empty time zone details.

Base class representing a source of time zone information

See also KTimeZone, KTimeZoneData Author David Jarvie . Author S.R.Haque .



methods