Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

UTimeZone Struct Reference

List of all members.

Static Public Member Functions

void getDefault (inout UTimeZone zone)
void setDefault (inout UTimeZone zone)
uint getDSTSavings (inout UTimeZone zone)

Public Attributes

wchar[] name

Static Public Attributes

UTimeZone Default = {null}

Detailed Description

A representation of a TimeZone. Unfortunately, ICU does not expose this as a seperate entity from the C-API, so we have to make do with an approximation instead.

Definition at line 95 of file UTimeZone.d.


Member Function Documentation

void getDefault inout UTimeZone  zone  )  [inline, static]
 

Get the default time zone.

Definition at line 107 of file UTimeZone.d.

References UString::format(), UText::get(), and UString.

void setDefault inout UTimeZone  zone  )  [inline, static]
 

Set the default time zone.

Definition at line 125 of file UTimeZone.d.

uint getDSTSavings inout UTimeZone  zone  )  [inline, static]
 

Return the amount of time in milliseconds that the clock is advanced during daylight savings time for the given time zone, or zero if the time zone does not observe daylight savings time

Definition at line 142 of file UTimeZone.d.


Member Data Documentation

wchar [] name
 

Definition at line 97 of file UTimeZone.d.

UTimeZone Default = {null} [static]
 

Definition at line 99 of file UTimeZone.d.


The documentation for this struct was generated from the following file:
Generated on Sun Nov 7 19:07:14 2004 for Mango by doxygen 1.3.6