| Package | Description |
|---|---|
| org.apache.logging.log4j.core.util.datetime |
Log4j 2 date formatting classes.
|
| Modifier and Type | Field and Description |
|---|---|
private FixedDateFormat.FixedTimeZoneFormat |
FixedDateFormat.fixedTimeZoneFormat |
private FixedDateFormat.FixedTimeZoneFormat |
FixedDateFormat.FixedFormat.fixedTimeZoneFormat |
| Modifier and Type | Method and Description |
|---|---|
FixedDateFormat.FixedTimeZoneFormat |
FixedDateFormat.FixedFormat.getFixedTimeZoneFormat()
Returns the optional time zone format.
|
static FixedDateFormat.FixedTimeZoneFormat |
FixedDateFormat.FixedTimeZoneFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FixedDateFormat.FixedTimeZoneFormat[] |
FixedDateFormat.FixedTimeZoneFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FixedFormat(java.lang.String pattern,
java.lang.String datePattern,
int escapeCount,
char timeSeparator,
int timeSepLength,
char millisSeparator,
int millisSepLength,
int secondFractionDigits,
FixedDateFormat.FixedTimeZoneFormat timeZoneFormat) |