Uses of Class
com.ibm.icu.text.TimeZoneFormat
-
Packages that use TimeZoneFormat Package Description 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 Modifier and Type Method Description TimeZoneFormatTimeZoneFormat. clone()TimeZoneFormatTimeZoneFormat. cloneAsThawed()Provides for the clone operation.TimeZoneFormatTimeZoneFormat. freeze()Freezes the object.static TimeZoneFormatTimeZoneFormat. getInstance(ULocale locale)Returns a frozen instance ofTimeZoneFormatfor the given locale.static TimeZoneFormatTimeZoneFormat. getInstance(Locale locale)Returns a frozen instance ofTimeZoneFormatfor the givenLocale.TimeZoneFormatSimpleDateFormat. getTimeZoneFormat()[icu] Gets the time zone formatter which this date/time formatter uses to format and parse a time zone.TimeZoneFormatTimeZoneFormat. setDefaultParseOptions(EnumSet<TimeZoneFormat.ParseOption> options)Sets the default parse options.TimeZoneFormatTimeZoneFormat. setGMTOffsetDigits(String digits)Sets the decimal digit characters used for localized GMT format.TimeZoneFormatTimeZoneFormat. setGMTOffsetPattern(TimeZoneFormat.GMTOffsetPatternType type, String pattern)Sets the offset pattern for the given offset type.TimeZoneFormatTimeZoneFormat. setGMTPattern(String pattern)Sets the localized GMT format pattern.TimeZoneFormatTimeZoneFormat. setGMTZeroFormat(String gmtZeroFormat)Sets the localized GMT format string for GMT(UTC) itself (GMT offset is 0).TimeZoneFormatTimeZoneFormat. setTimeZoneNames(TimeZoneNames tznames)Sets the time zone display name data to this instance.Methods in com.ibm.icu.text with parameters of type TimeZoneFormat Modifier and Type Method Description voidSimpleDateFormat. setTimeZoneFormat(TimeZoneFormat tzfmt)[icu] Allows you to set the time zone formatter.
-