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
Methods in org.apache.logging.log4j.core.util.datetime that return FixedDateFormat.FixedTimeZoneFormat Modifier and Type Method Description FixedDateFormat.FixedTimeZoneFormat
FixedDateFormat.FixedFormat. getFixedTimeZoneFormat()
Returns the optional time zone format.static FixedDateFormat.FixedTimeZoneFormat
FixedDateFormat.FixedTimeZoneFormat. valueOf(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.
-