DurationFormatterFactory |
BasicPeriodFormatterService.newDurationFormatterFactory() |
|
DurationFormatterFactory |
PeriodFormatterService.newDurationFormatterFactory() |
Creates a new factory for creating DurationFormatters.
|
DurationFormatterFactory |
BasicDurationFormatterFactory.setFallback(DateFormatter fallback) |
Set a fallback formatter for durations over a given limit.
|
DurationFormatterFactory |
DurationFormatterFactory.setFallback(DateFormatter fallback) |
Set a fallback formatter for durations over a given limit.
|
DurationFormatterFactory |
BasicDurationFormatterFactory.setFallbackLimit(long fallbackLimit) |
Set a fallback limit for durations over a given limit.
|
DurationFormatterFactory |
DurationFormatterFactory.setFallbackLimit(long fallbackLimit) |
Set a fallback limit for durations over a given limit.
|
DurationFormatterFactory |
BasicDurationFormatterFactory.setLocale(java.lang.String localeName) |
Set the name of the locale that will be used when
creating new formatters.
|
DurationFormatterFactory |
DurationFormatterFactory.setLocale(java.lang.String localeName) |
Set the name of the locale that will be used when
creating new formatters.
|
DurationFormatterFactory |
BasicDurationFormatterFactory.setPeriodBuilder(PeriodBuilder builder) |
Set the builder used by the factory.
|
DurationFormatterFactory |
DurationFormatterFactory.setPeriodBuilder(PeriodBuilder builder) |
Set the builder used by the factory.
|
DurationFormatterFactory |
BasicDurationFormatterFactory.setPeriodFormatter(PeriodFormatter formatter) |
Set the period formatter used by the factory.
|
DurationFormatterFactory |
DurationFormatterFactory.setPeriodFormatter(PeriodFormatter formatter) |
Set the period formatter used by the factory.
|
DurationFormatterFactory |
BasicDurationFormatterFactory.setTimeZone(java.util.TimeZone timeZone) |
Set the name of the locale that will be used when
creating new formatters.
|
DurationFormatterFactory |
DurationFormatterFactory.setTimeZone(java.util.TimeZone timeZone) |
Set the name of the locale that will be used when
creating new formatters.
|