Uses of Class
com.ibm.icu.text.TimeZoneFormat
Packages that use TimeZoneFormat
-
Uses of TimeZoneFormat in com.ibm.icu.text
Fields in com.ibm.icu.text declared as TimeZoneFormatMethods in com.ibm.icu.text that return TimeZoneFormatModifier and TypeMethodDescriptionTimeZoneFormat.cloneAsThawed()
Provides for the clone operation.protected TimeZoneFormat
TimeZoneFormat.TimeZoneFormatCache.createInstance
(ULocale key, ULocale data) TimeZoneFormat.freeze()
Freezes the object.static TimeZoneFormat
TimeZoneFormat.getInstance
(ULocale locale) Returns a frozen instance ofTimeZoneFormat
for the given locale.static TimeZoneFormat
TimeZoneFormat.getInstance
(Locale locale) Returns a frozen instance ofTimeZoneFormat
for the givenLocale
.SimpleDateFormat.getTimeZoneFormat()
Gets the time zone formatter which this date/time formatter uses to format and parse a time zone.TimeZoneFormat.setDefaultParseOptions
(EnumSet<TimeZoneFormat.ParseOption> options) Sets the default parse options.TimeZoneFormat.setGMTOffsetDigits
(String digits) Sets the decimal digit characters used for localized GMT format.TimeZoneFormat.setGMTOffsetPattern
(TimeZoneFormat.GMTOffsetPatternType type, String pattern) Sets the offset pattern for the given offset type.TimeZoneFormat.setGMTPattern
(String pattern) Sets the localized GMT format pattern.TimeZoneFormat.setGMTZeroFormat
(String gmtZeroFormat) Sets the localized GMT format string for GMT(UTC) itself (GMT offset is 0).TimeZoneFormat.setTimeZoneNames
(TimeZoneNames tznames) Sets the time zone display name data to this instance.private TimeZoneFormat
SimpleDateFormat.tzFormat()
Private method, returns non-null TimeZoneFormat.Methods in com.ibm.icu.text with parameters of type TimeZoneFormatModifier and TypeMethodDescriptionvoid
SimpleDateFormat.setTimeZoneFormat
(TimeZoneFormat tzfmt) Allows you to set the time zone formatter.