Uses of Class
com.ibm.icu.util.TimeZone

Packages that use TimeZone
com.ibm.icu.impl   
com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. 
com.ibm.icu.util International calendars and other utility classes. 
 

Uses of TimeZone in com.ibm.icu.impl
 

Subclasses of TimeZone in com.ibm.icu.impl
 class com.ibm.icu.impl.JDKTimeZone
          A wrapper around a java.util.TimeZone object.
 

Uses of TimeZone in com.ibm.icu.text
 

Methods in com.ibm.icu.text that return TimeZone
 TimeZone DateFormat.getTimeZone()
          Gets the time zone.
 

Methods in com.ibm.icu.text with parameters of type TimeZone
 void DateFormat.setTimeZone(TimeZone zone)
          Sets the time zone for the calendar of this DateFormat object.
 

Uses of TimeZone in com.ibm.icu.util
 

Subclasses of TimeZone in com.ibm.icu.util
 class SimpleTimeZone
          SimpleTimeZone is a concrete subclass of TimeZone that represents a time zone for use with a Gregorian calendar.
 

Methods in com.ibm.icu.util that return TimeZone
 TimeZone Calendar.getTimeZone()
          Gets the time zone.
static TimeZone TimeZone.getTimeZone(String ID)
          Gets the TimeZone for the given ID.
static TimeZone TimeZone.getDefault()
          Gets the default TimeZone for this host.
 

Methods in com.ibm.icu.util with parameters of type TimeZone
static Calendar Calendar.getInstance(TimeZone zone)
          Gets a calendar using the specified time zone and default locale.
static Calendar Calendar.getInstance(TimeZone zone, Locale aLocale)
          Gets a calendar with the specified time zone and locale.
static Calendar Calendar.getInstance(TimeZone zone, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
 void Calendar.setTimeZone(TimeZone value)
          Sets the time zone with the given time zone value.
static void TimeZone.setDefault(TimeZone tz)
          Sets the TimeZone that is returned by the getDefault method.
 boolean TimeZone.hasSameRules(TimeZone other)
          Returns true if this zone has the same rule and offset as another zone.
 

Constructors in com.ibm.icu.util with parameters of type TimeZone
ChineseCalendar(TimeZone zone, Locale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
ChineseCalendar(TimeZone zone, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
IslamicCalendar(TimeZone zone)
          Deprecated. This is a draft API and might change in a future release of ICU.
IslamicCalendar(TimeZone zone, Locale aLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
IslamicCalendar(TimeZone zone, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
GregorianCalendar(TimeZone zone)
          Constructs a GregorianCalendar based on the current time in the given time zone with the default locale.
GregorianCalendar(TimeZone zone, Locale aLocale)
          Constructs a GregorianCalendar based on the current time in the given time zone with the given locale.
GregorianCalendar(TimeZone zone, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
Calendar(TimeZone zone, Locale aLocale)
          Constructs a calendar with the specified time zone and locale.
Calendar(TimeZone zone, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
BuddhistCalendar(TimeZone zone)
          Deprecated. This is a draft API and might change in a future release of ICU.
BuddhistCalendar(TimeZone zone, Locale aLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
BuddhistCalendar(TimeZone zone, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
HebrewCalendar(TimeZone zone)
          Deprecated. This is a draft API and might change in a future release of ICU.
HebrewCalendar(TimeZone zone, Locale aLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
HebrewCalendar(TimeZone zone, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
JapaneseCalendar(TimeZone zone)
          Deprecated. This is a draft API and might change in a future release of ICU.
JapaneseCalendar(TimeZone zone, Locale aLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
JapaneseCalendar(TimeZone zone, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
 



Copyright (c) 2004 IBM Corporation and others.