class TimeZone

Time zone information. More...

Full nameKABC::TimeZone
Definition#include <timezone.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

This class stores information about a time zone.

 TimeZone ()

TimeZone

Construct invalid time zone.

 TimeZone ( int offset )

TimeZone

Construct time zone.

Parameters:
offsetOffset in minutes relative to UTC.

void  setOffset ( int )

setOffset

Set time zone offset relative to UTC.

Parameters:
offsetOffset in minutes.

int  offset ()

offset

[const]

Return offset in minutes relative to UTC.

bool  isValid ()

isValid

[const]

Return, if this time zone object is valid.

bool  operator== ( const TimeZone & )

operator==

[const]

bool  operator!= ( const TimeZone & )

operator!=

[const]

QString  asString ()

asString

[const]

Return string representation of time zone offset.


Generated by: caleb on tcdevel on Tue Jan 28 12:54:33 2003, using kdoc $.