@Generated(value="OracleSDKGenerator", comments="API Version: 20181231") public enum TimeZone extends Enum<TimeZone> implements BmcEnum
The list of timezones supported by the Support Management API.
Modifier and Type | Method and Description |
---|---|
static TimeZone |
create(String key) |
String |
getValue() |
static TimeZone |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeZone[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimeZone GreenwichMeanTime
public static final TimeZone EuropeanCentralTime
public static final TimeZone EasternEuropeanTime
public static final TimeZone EasternAfricanTime
public static final TimeZone MiddleEastTime
public static final TimeZone NearEastTime
public static final TimeZone PakistanLahoreTime
public static final TimeZone IndiaStandardTime
public static final TimeZone BangladeshStandardTime
public static final TimeZone VietnamStandardTime
public static final TimeZone ChinaTaiwanTime
public static final TimeZone JapanStandardTime
public static final TimeZone AustraliaCentralTime
public static final TimeZone AustraliaEasternTime
public static final TimeZone SolomonStandardTime
public static final TimeZone NewZealandStandardTime
public static final TimeZone MidwayIslandsTime
public static final TimeZone HawaiiStandardTime
public static final TimeZone AlaskaStandardTime
public static final TimeZone PacificStandardTime
public static final TimeZone MountainStandardTime
public static final TimeZone CentralStandardTime
public static final TimeZone EasternStandardTime
public static final TimeZone PuertoRicoAndUsVirginIslandsTime
public static final TimeZone CanadaNewfoundlandTime
public static final TimeZone ArgentinaStandardTime
public static final TimeZone MidAtlanticTime
public static final TimeZone CentralAfricanTime
public static TimeZone[] values()
for (TimeZone c : TimeZone.values()) System.out.println(c);
public static TimeZone valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016–2024. All rights reserved.