Uses of Interface
com.ibm.icu.impl.duration.DateFormatter
Packages that use DateFormatter
-
Uses of DateFormatter in com.ibm.icu.impl.duration
Fields in com.ibm.icu.impl.duration declared as DateFormatterModifier and TypeFieldDescriptionprivate DateFormatterBasicDurationFormatter.fallbackprivate DateFormatterBasicDurationFormatterFactory.fallbackMethods in com.ibm.icu.impl.duration that return DateFormatterModifier and TypeMethodDescriptionBasicDurationFormatterFactory.getFallback()Return the current fallback formatter.DateFormatter.withLocale(String localeName) Returns a new DateFormatter that uses data for a new locale.DateFormatter.withTimeZone(TimeZone tz) Returns a new DateFormatter that uses the new time zone.Methods in com.ibm.icu.impl.duration with parameters of type DateFormatterModifier and TypeMethodDescriptionBasicDurationFormatterFactory.setFallback(DateFormatter fallback) Set a fallback formatter for durations over a given limit.DurationFormatterFactory.setFallback(DateFormatter fallback) Set a fallback formatter for durations over a given limit.Constructors in com.ibm.icu.impl.duration with parameters of type DateFormatterModifierConstructorDescriptionBasicDurationFormatter(PeriodFormatter formatter, PeriodBuilder builder, DateFormatter fallback, long fallbackLimit) Creates a basic duration formatter with the given formatter, builder, and fallback.protectedBasicDurationFormatter(PeriodFormatter formatter, PeriodBuilder builder, DateFormatter fallback, long fallbackLimit, String localeName, TimeZone timeZone)