Uses of Class
org.apache.logging.log4j.core.util.datetime.FixedDateFormat.FixedTimeZoneFormat
-
Packages that use FixedDateFormat.FixedTimeZoneFormat Package Description org.apache.logging.log4j.core.util.datetime Log4j 2 date formatting classes. -
-
Uses of FixedDateFormat.FixedTimeZoneFormat in org.apache.logging.log4j.core.util.datetime
Fields in org.apache.logging.log4j.core.util.datetime declared as FixedDateFormat.FixedTimeZoneFormat Modifier and Type Field Description private FixedDateFormat.FixedTimeZoneFormatFixedDateFormat.FixedFormat. fixedTimeZoneFormatprivate FixedDateFormat.FixedTimeZoneFormatFixedDateFormat. fixedTimeZoneFormatMethods in org.apache.logging.log4j.core.util.datetime that return FixedDateFormat.FixedTimeZoneFormat Modifier and Type Method Description FixedDateFormat.FixedTimeZoneFormatFixedDateFormat.FixedFormat. getFixedTimeZoneFormat()Returns the optional time zone format.static FixedDateFormat.FixedTimeZoneFormatFixedDateFormat.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.Constructors in org.apache.logging.log4j.core.util.datetime with parameters of type FixedDateFormat.FixedTimeZoneFormat Constructor 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)
-