Enum Class TimeZone

java.lang.Object
java.lang.Enum<TimeZone>
ch.nolix.systemapi.time.timestructure.TimeZone
All Implemented Interfaces:
Serializable, Comparable<TimeZone>, Constable

public enum TimeZone extends Enum<TimeZone>
Author:
Silvan Wyss
  • Enum Constant Details

    • UTC_MINUS_11

      public static final TimeZone UTC_MINUS_11
    • UTC_MINUS_10

      public static final TimeZone UTC_MINUS_10
    • UTC_MINUS_9

      public static final TimeZone UTC_MINUS_9
    • UTC_MINUS_8

      public static final TimeZone UTC_MINUS_8
    • UTC_MINUS_7

      public static final TimeZone UTC_MINUS_7
    • UTC_MINUS_6

      public static final TimeZone UTC_MINUS_6
    • UTC_MINUS_5

      public static final TimeZone UTC_MINUS_5
    • UTC_MINUS_4

      public static final TimeZone UTC_MINUS_4
    • UTC_MINUS_3

      public static final TimeZone UTC_MINUS_3
    • UTC_MINUS_2

      public static final TimeZone UTC_MINUS_2
    • UTC_MINUS_1

      public static final TimeZone UTC_MINUS_1
    • UTC

      public static final TimeZone UTC
    • UTC_PLUS_1

      public static final TimeZone UTC_PLUS_1
    • UTC_PLUS_2

      public static final TimeZone UTC_PLUS_2
    • UTC_PLUS_3

      public static final TimeZone UTC_PLUS_3
    • UTC_PLUS_4

      public static final TimeZone UTC_PLUS_4
    • UTC_PLUS_5

      public static final TimeZone UTC_PLUS_5
    • UTC_PLUS_6

      public static final TimeZone UTC_PLUS_6
    • UTC_PLUS_7

      public static final TimeZone UTC_PLUS_7
    • UTC_PLUS_8

      public static final TimeZone UTC_PLUS_8
    • UTC_PLUS_9

      public static final TimeZone UTC_PLUS_9
    • UTC_PLUS_10

      public static final TimeZone UTC_PLUS_10
    • UTC_PLUS_11

      public static final TimeZone UTC_PLUS_11
    • UTC_PLUS_12

      public static final TimeZone UTC_PLUS_12
  • Method Details

    • values

      public static TimeZone[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TimeZone valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null