Uses of Enum
org.apache.logging.log4j.core.util.datetime.FixedDateFormat.FixedTimeZoneFormat
Packages that use FixedDateFormat.FixedTimeZoneFormat
-
Uses of FixedDateFormat.FixedTimeZoneFormat in org.apache.logging.log4j.core.util.datetime
Fields in org.apache.logging.log4j.core.util.datetime declared as FixedDateFormat.FixedTimeZoneFormatModifier and TypeFieldDescriptionprivate final FixedDateFormat.FixedTimeZoneFormat
FixedDateFormat.FixedFormat.fixedTimeZoneFormat
private final FixedDateFormat.FixedTimeZoneFormat
FixedDateFormat.fixedTimeZoneFormat
Methods in org.apache.logging.log4j.core.util.datetime that return FixedDateFormat.FixedTimeZoneFormatModifier and TypeMethodDescriptionFixedDateFormat.FixedFormat.getFixedTimeZoneFormat()
Returns the optional time zone format.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.Constructors in org.apache.logging.log4j.core.util.datetime with parameters of type FixedDateFormat.FixedTimeZoneFormatModifierConstructorDescriptionprivate
FixedFormat
(String pattern, String datePattern, int escapeCount, char timeSeparator, int timeSepLength, char millisSeparator, int millisSepLength, int secondFractionDigits, FixedDateFormat.FixedTimeZoneFormat timeZoneFormat)