|
|
This class stores information about a time zone.
TimeZone ()
| TimeZone |
Construct invalid time zone.
TimeZone ( int offset )
| TimeZone |
Construct time zone.
Parameters:
offset | Offset in minutes relative to UTC. |
void setOffset ( int )
| setOffset |
Set time zone offset relative to UTC.
Parameters:
offset | Offset 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 $. |