Uses of Enum Class
org.patternfly.component.timestamp.TimestampFormat
Packages that use TimestampFormat
-
Uses of TimestampFormat in org.patternfly.component.timestamp
Subclasses with type arguments of type TimestampFormat in org.patternfly.component.timestampModifier and TypeClassDescriptionenumEnum representing various timestamp formats–fordateStyleandtimeStyle–based on the Intl.DateTimeFormat API.Methods in org.patternfly.component.timestamp that return TimestampFormatModifier and TypeMethodDescriptionstatic TimestampFormatReturns the enum constant of this class with the specified name.static TimestampFormat[]TimestampFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.patternfly.component.timestamp with parameters of type TimestampFormatModifier and TypeMethodDescriptionTimestamp.dateFormat(TimestampFormat dateFormat) final LocaleOptionsLocaleOptions.dateStyle(TimestampFormat dateStyle) Timestamp.timeFormat(TimestampFormat timeFormat) final LocaleOptionsLocaleOptions.timeStyle(TimestampFormat timeStyle)