TimeZoneFormat |
TimeZoneFormat.cloneAsThawed() |
Provides for the clone operation.
|
protected TimeZoneFormat |
TimeZoneFormat.TimeZoneFormatCache.createInstance(ULocale key,
ULocale data) |
|
TimeZoneFormat |
TimeZoneFormat.freeze() |
Freezes the object.
|
static TimeZoneFormat |
TimeZoneFormat.getInstance(ULocale locale) |
Returns a frozen instance of TimeZoneFormat for the given locale.
|
static TimeZoneFormat |
TimeZoneFormat.getInstance(java.util.Locale locale) |
Returns a frozen instance of TimeZoneFormat for the given
Locale .
|
TimeZoneFormat |
SimpleDateFormat.getTimeZoneFormat() |
Gets the time zone formatter which this date/time
formatter uses to format and parse a time zone.
|
TimeZoneFormat |
TimeZoneFormat.setDefaultParseOptions(java.util.EnumSet<TimeZoneFormat.ParseOption> options) |
Sets the default parse options.
|
TimeZoneFormat |
TimeZoneFormat.setGMTOffsetDigits(java.lang.String digits) |
Sets the decimal digit characters used for localized GMT format.
|
TimeZoneFormat |
TimeZoneFormat.setGMTOffsetPattern(TimeZoneFormat.GMTOffsetPatternType type,
java.lang.String pattern) |
Sets the offset pattern for the given offset type.
|
TimeZoneFormat |
TimeZoneFormat.setGMTPattern(java.lang.String pattern) |
Sets the localized GMT format pattern.
|
TimeZoneFormat |
TimeZoneFormat.setGMTZeroFormat(java.lang.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.
|
private TimeZoneFormat |
SimpleDateFormat.tzFormat() |
Private method, returns non-null TimeZoneFormat.
|