|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::util::TimeZone Class Reference#include <TimeZone.h>
Inheritance diagram for acdk::util::TimeZone:
List of all members.
Detailed Description
API: Java<br/>.
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.11
- Date:
- Date
- 2005/04/09 19:26:57
Constructor & Destructor Documentation
acdk::util::TimeZone::TimeZone |
( |
|
) |
|
|
acdk::util::TimeZone::TimeZone |
( |
IN(RString) |
id |
) |
|
|
virtual acdk::util::TimeZone::~TimeZone |
( |
|
) |
[virtual] |
|
Member Function Documentation
RStringArrayArray acdk::util::TimeZone::get_zoneAlliases |
( |
|
) |
[static] |
|
RStringArray acdk::util::TimeZone::getAvailableIDs |
( |
|
) |
[static] |
|
RStringArray acdk::util::TimeZone::getAvailableIDs |
( |
int |
rawOffset |
) |
[static] |
|
RTimeZone acdk::util::TimeZone::getDefault |
( |
|
) |
[static] |
|
RString acdk::util::TimeZone::getDisplayName |
( |
bool |
b, |
|
|
int |
st, |
|
|
IN(RLocale) |
locale |
|
) |
|
|
RString acdk::util::TimeZone::getDisplayName |
( |
bool |
b, |
|
|
int |
st |
|
) |
|
|
RString acdk::util::TimeZone::getDisplayName |
( |
|
) |
|
|
RString acdk::util::TimeZone::getID |
( |
|
) |
[inline] |
|
virtual int acdk::util::TimeZone::getOffset |
( |
int |
era, |
|
|
int |
year, |
|
|
int |
month, |
|
|
int |
day, |
|
|
int |
dayOfWeek, |
|
|
int |
milliseconds |
|
) |
[pure virtual] |
|
virtual int acdk::util::TimeZone::getRawOffset |
( |
|
) |
[pure virtual] |
|
virtual bool acdk::util::TimeZone::inDaylightTime |
( |
IN(RDate) |
date |
) |
[pure virtual] |
|
void acdk::util::TimeZone::setDefault |
( |
RTimeZone |
zone |
) |
[inline, static] |
|
void acdk::util::TimeZone::setID |
( |
IN(RString) |
id |
) |
[inline] |
|
virtual bool acdk::util::TimeZone::useDaylightTime |
( |
|
) |
[pure virtual] |
|
Member Data Documentation
|
|