Uses of Class
com.ibm.icu.text.TimeZoneFormat

Packages that use TimeZoneFormat
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. 
 

Uses of TimeZoneFormat in com.ibm.icu.text
 

Methods in com.ibm.icu.text that return TimeZoneFormat
 TimeZoneFormat TimeZoneFormat.cloneAsThawed()
          Provides for the clone operation.
 TimeZoneFormat TimeZoneFormat.freeze()
          Freezes the object.
static TimeZoneFormat TimeZoneFormat.getInstance(ULocale locale)
          Returns a frozen instance of TimeZoneFormat for the given locale.
 TimeZoneFormat SimpleDateFormat.getTimeZoneFormat()
          [icu] Gets the time zone formatter which this date/time formatter uses to format and parse a time zone.
 TimeZoneFormat TimeZoneFormat.setDefaultParseOptions(EnumSet<TimeZoneFormat.ParseOption> options)
          Sets the default parse options.
 TimeZoneFormat TimeZoneFormat.setGMTOffsetDigits(String digits)
          Sets the decimal digit characters used for localized GMT format.
 TimeZoneFormat TimeZoneFormat.setGMTOffsetPattern(TimeZoneFormat.GMTOffsetPatternType type, String pattern)
          Sets the offset pattern for the given offset type.
 TimeZoneFormat TimeZoneFormat.setGMTPattern(String pattern)
          Sets the localized GMT format pattern.
 TimeZoneFormat TimeZoneFormat.setGMTZeroFormat(String gmtZeroFormat)
          Sets the localized GMT format string for GMT(UTC) itself (GMT offset is 0).
 TimeZoneFormat TimeZoneFormat.setTimeZoneNames(TimeZoneNames tznames)
          Sets the time zone display name data to this instance.
 

Methods in com.ibm.icu.text with parameters of type TimeZoneFormat
 void SimpleDateFormat.setTimeZoneFormat(TimeZoneFormat tzfmt)
          [icu] Allows you to set the time zone formatter.
 



Copyright (c) 2012 IBM Corporation and others.