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

Uses in package com.ibm.icu.text

Methods with parameter type com.ibm.icu.util.TimeZone

void
Sets the time zone for the calendar of this DateFormat object.

Methods with return type com.ibm.icu.util.TimeZone

TimeZone
Gets the time zone.

Uses in package com.ibm.icu.util

Classes derived from com.ibm.icu.util.TimeZone

class
SimpleTimeZone is a concrete subclass of TimeZone that represents a time zone for use with a Gregorian calendar.

Constructors with parameter type com.ibm.icu.util.TimeZone

Constructs a BuddhistCalendar based on the current time in the given time zone with the default locale.
Constructs a BuddhistCalendar based on the current time in the given time zone with the given locale.
Constructs a BuddhistCalendar based on the current time in the given time zone with the given locale.
Calendar.Calendar(TimeZone zone, Locale aLocale)
Constructs a calendar with the specified time zone and locale.
Constructs a calendar with the specified time zone and locale.
Construct a Chinese calendar with the given time zone and locale.
Construct a Chinese calendar with the given time zone and locale.
Constructs a CopticCalendar based on the current time in the given time zone with the default locale.
CopticCalendar.CopticCalendar(TimeZone zone, Locale aLocale)
Constructs a CopticCalendar based on the current time in the given time zone with the given locale.
Constructs a CopticCalendar based on the current time in the given time zone with the given locale.
Constructs a EthiopicCalendar based on the current time in the given time zone with the default locale.
Constructs a EthiopicCalendar based on the current time in the given time zone with the given locale.
Constructs a EthiopicCalendar based on the current time in the given time zone with the given locale.
Constructs a GregorianCalendar based on the current time in the given time zone with the default locale.
Constructs a GregorianCalendar based on the current time in the given time zone with the given locale.
Constructs a GregorianCalendar based on the current time in the given time zone with the given locale.
Constructs a HebrewCalendar based on the current time in the given time zone with the default locale.
HebrewCalendar.HebrewCalendar(TimeZone zone, Locale aLocale)
Constructs a HebrewCalendar based on the current time in the given time zone with the given locale.
Constructs a HebrewCalendar based on the current time in the given time zone with the given locale.
Constructs an IslamicCalendar based on the current time in the given time zone with the default locale.
IslamicCalendar.IslamicCalendar(TimeZone zone, Locale aLocale)
Constructs an IslamicCalendar based on the current time in the given time zone with the given locale.
Constructs an IslamicCalendar based on the current time in the given time zone with the given locale.
Constructs a JapaneseCalendar based on the current time in the given time zone with the default locale.
Constructs a JapaneseCalendar based on the current time in the given time zone with the given locale.
Constructs a JapaneseCalendar based on the current time in the given time zone with the given locale.

Methods with parameter type com.ibm.icu.util.TimeZone

Calendar
Gets a calendar using the specified time zone and default locale.
Calendar
Calendar.getInstance(TimeZone zone, Locale aLocale)
Gets a calendar with the specified time zone and locale.
Calendar
Gets a calendar with the specified time zone and locale.
boolean
boolean
Returns true if this zone has the same rule and offset as another zone.
void
Sets the TimeZone that is returned by the getDefault method.
void
Sets the time zone with the given time zone value.
GlobalizationPreferences
Sets the timezone ID.

Methods with return type com.ibm.icu.util.TimeZone

TimeZone
Gets the default TimeZone for this host.
TimeZone
Gets the time zone.
TimeZone
Get the timezone.
TimeZone
TimeZone.getTimeZone(String ID)
Gets the TimeZone for the given ID.
TimeZone
This function can be overridden by subclasses to use different heuristics.

Copyright (c) 2006 IBM Corporation and others.