Module java.base

Enum Class FormatStyle

java.lang.Object
java.lang.Enum<FormatStyle>
java.time.format.FormatStyle
All Implemented Interfaces:
Serializable, Comparable<FormatStyle>, Constable

public enum FormatStyle extends Enum<FormatStyle>
Enumeration of the style of a localized date, time or date-time formatter.

These styles are used when obtaining a date-time style from configuration. See DateTimeFormatter and DateTimeFormatterBuilder for usage.

Implementation Requirements:
This is an immutable and thread-safe enum.
Since:
1.8