Enum Class DateTimeFormatOptions.TimeZoneName

java.lang.Object
java.lang.Enum<DateTimeFormatOptions.TimeZoneName>
org.patternfly.component.timestamp.DateTimeFormatOptions.TimeZoneName
All Implemented Interfaces:
Serializable, Comparable<DateTimeFormatOptions.TimeZoneName>, Constable
Enclosing class:
DateTimeFormatOptions

public static enum DateTimeFormatOptions.TimeZoneName extends Enum<DateTimeFormatOptions.TimeZoneName>
Options for time zone name formatting. The localized representation of the time zone name.

Note: Timezone display may fall back to another format if a required string is unavailable. For example, the non-location formats should display the timezone without a specific country/city location like "Pacific Time", but may fall back to a timezone like "Los Angeles Time".

  • _short - "PST", "GMT-8"
  • _long - "Pacific Standard Time", "Nordamerikanische Westküsten-Normalzeit"
  • shortOffset - "GMT-8"
  • longOffset - "GMT-08:00"
  • shortGeneric - "PT", "Los Angeles Zeit"
  • longGeneric - "Pacific Time", "Nordamerikanische Westküstenzeit"