Java Reference
In-Depth Information
TimeZone
Table B.100. Methods of the Class TimeZone
Method
Availability in
CLDC
TimeZone()
Available in
CLDC.
Object clone()
Not available in
CLDC.
static String[] getAvailableIDs()
Available in
CLDC.
static String[] getAvailableIDs (int rawOffset)
Not available in
CLDC.
static TimeZone getDefault()
Available in
CLDC.
String getDisplayName()
Not available in
CLDC.
String getDisplayName (boolean daylight, int style)
Not available in
CLDC.
String getDisplayName(boolean daylight, int style,
Locale locale)
Not available in
CLDC.
String getDisplayName (Locale locale)
Not available in
CLDC.
String getID()
Available in
CLDC.
abstract int getOffset(int era, int year, int month, int
day, int dayOfWeek, int milliseconds)
Available in
CLDC.
abstract int getRawOffset()
Available in
CLDC.
Static TimeZone getTimeZone (String ID)
Available in
CLDC.
boolean hasSameRules (TimeZone other)
Not available in
CLDC.
abstract boolean inDaylightTime (Date date)
Not available in
CLDC.
static void setDefault (TimeZone zone)
Not available in
CLDC.
void setID(String ID)
Not available in
CLDC.
abstract void setRawOffset (int offsetMillis)
Not available in
CLDC.
Available in
CLDC.
abstract boolean useDaylightTime()
Vector
Table B.101. Methods o f the Class Vector
Method
Availability in CLDC
Vector()
Available in CLDC.
Vector(Collection c)
Not available in CLDC.
Search WWH ::




Custom Search