| Package | Description |
|---|---|
| net.time4j.format |
Defines common interfaces for any format support of Time4J.
|
| net.time4j.format.expert |
This package contains the expert-level format- and parse engine of Time4J.
|
| net.time4j.format.platform |
Temporal formatters which access the platform specific resources.
|
| Modifier and Type | Method and Description |
|---|---|
static DisplayMode |
DisplayMode.ofStyle(int style)
Deprecated.
Converts a
DateFormat-constant. |
static DisplayMode |
DisplayMode.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static DisplayMode[] |
DisplayMode.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default String |
FormatPatternProvider.getDatePattern(DisplayMode mode,
Locale locale)
Deprecated.
|
default String |
FormatPatternProvider.getDateTimePattern(DisplayMode dateMode,
DisplayMode timeMode,
Locale locale)
|
default String |
FormatPatternProvider.getTimePattern(DisplayMode mode,
Locale locale)
Deprecated.
|
static String |
CalendarText.patternForDate(DisplayMode mode,
Locale locale)
Deprecated.
|
static String |
CalendarText.patternForMoment(DisplayMode dateMode,
DisplayMode timeMode,
Locale locale)
Deprecated.
|
static String |
CalendarText.patternForTime(DisplayMode mode,
Locale locale)
Deprecated.
|
static String |
CalendarText.patternForTimestamp(DisplayMode dateMode,
DisplayMode timeMode,
Locale locale)
|
| Modifier and Type | Method and Description |
|---|---|
ChronoFormatter.Builder<T> |
ChronoFormatter.Builder.addTimezoneOffset(DisplayMode precision,
boolean extended,
List<String> zeroOffsets)
|
static ChronoFormatter<PlainDate> |
ChronoFormatter.ofDateStyle(DisplayMode style,
Locale locale)
Deprecated.
|
static ChronoFormatter<CalendarDate> |
ChronoFormatter.ofGenericCalendarStyle(DisplayMode style,
Locale locale)
Deprecated.
|
static ChronoFormatter<Moment> |
ChronoFormatter.ofMomentStyle(DisplayMode dateStyle,
DisplayMode timeStyle,
Locale locale,
TZID tzid)
|
static <T extends LocalizedPatternSupport> |
ChronoFormatter.ofStyle(DisplayMode style,
Locale locale,
Chronology<T> chronology)
Deprecated.
|
static ChronoFormatter<PlainTimestamp> |
ChronoFormatter.ofTimestampStyle(DisplayMode dateStyle,
DisplayMode timeStyle,
Locale locale)
|
static ChronoFormatter<PlainTime> |
ChronoFormatter.ofTimeStyle(DisplayMode style,
Locale locale)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static SimpleFormatter<PlainDate> |
SimpleFormatter.ofDateStyle(DisplayMode style,
Locale locale)
Deprecated.
|
static SimpleFormatter<Moment> |
SimpleFormatter.ofMomentStyle(DisplayMode dateStyle,
DisplayMode timeStyle,
Locale locale,
TZID tzid)
|
static SimpleFormatter<PlainTimestamp> |
SimpleFormatter.ofTimestampStyle(DisplayMode dateStyle,
DisplayMode timeStyle,
Locale locale)
|
static SimpleFormatter<PlainTime> |
SimpleFormatter.ofTimeStyle(DisplayMode style,
Locale locale)
Deprecated.
|
Copyright © 2014–2021. All rights reserved.