JavaScript is disabled on your browser.
 
Enum Constant Summary 
Enum Constants 
 
 
Method Summary 
All Methods Static Methods Instance Methods Concrete Methods 
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
 
Use this in place of 
values() to return a 
Set of all values known to the SDK.
 
 
 
Returns the enum constant of this type with the specified name.
 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
 
 
 
 
 
 
 
Enum Constant Details 
 
AFRICA_JOHANNESBURG 
public static final  Timezone   AFRICA_JOHANNESBURG  
 
 
AMERICA_MONTREAL 
public static final  Timezone   AMERICA_MONTREAL  
 
 
AMERICA_SAO_PAULO 
public static final  Timezone   AMERICA_SAO_PAULO  
 
 
ASIA_BAHRAIN 
public static final  Timezone   ASIA_BAHRAIN  
 
 
ASIA_BANGKOK 
public static final  Timezone   ASIA_BANGKOK  
 
 
ASIA_CALCUTTA 
public static final  Timezone   ASIA_CALCUTTA  
 
 
 
ASIA_HONG_KONG 
public static final  Timezone   ASIA_HONG_KONG  
 
 
ASIA_JAKARTA 
public static final  Timezone   ASIA_JAKARTA  
 
 
ASIA_KUALA_LUMPUR 
public static final  Timezone   ASIA_KUALA_LUMPUR  
 
 
 
ASIA_SHANGHAI 
public static final  Timezone   ASIA_SHANGHAI  
 
 
ASIA_SINGAPORE 
public static final  Timezone   ASIA_SINGAPORE  
 
 
ASIA_TAIPEI 
public static final  Timezone   ASIA_TAIPEI  
 
 
 
AUSTRALIA_MELBOURNE 
public static final  Timezone   AUSTRALIA_MELBOURNE  
 
 
AUSTRALIA_SYDNEY 
public static final  Timezone   AUSTRALIA_SYDNEY  
 
 
CANADA_CENTRAL 
public static final  Timezone   CANADA_CENTRAL  
 
 
 
 
 
 
ETC_GMT_ADD_0 
public static final  Timezone   ETC_GMT_ADD_0  
 
 
ETC_GMT_ADD_1 
public static final  Timezone   ETC_GMT_ADD_1  
 
 
ETC_GMT_ADD_10 
public static final  Timezone   ETC_GMT_ADD_10  
 
 
ETC_GMT_ADD_11 
public static final  Timezone   ETC_GMT_ADD_11  
 
 
ETC_GMT_ADD_12 
public static final  Timezone   ETC_GMT_ADD_12  
 
 
ETC_GMT_ADD_2 
public static final  Timezone   ETC_GMT_ADD_2  
 
 
ETC_GMT_ADD_3 
public static final  Timezone   ETC_GMT_ADD_3  
 
 
ETC_GMT_ADD_4 
public static final  Timezone   ETC_GMT_ADD_4  
 
 
ETC_GMT_ADD_5 
public static final  Timezone   ETC_GMT_ADD_5  
 
 
ETC_GMT_ADD_6 
public static final  Timezone   ETC_GMT_ADD_6  
 
 
ETC_GMT_ADD_7 
public static final  Timezone   ETC_GMT_ADD_7  
 
 
ETC_GMT_ADD_8 
public static final  Timezone   ETC_GMT_ADD_8  
 
 
ETC_GMT_ADD_9 
public static final  Timezone   ETC_GMT_ADD_9  
 
 
ETC_GMT_NEG_0 
public static final  Timezone   ETC_GMT_NEG_0  
 
 
ETC_GMT_NEG_1 
public static final  Timezone   ETC_GMT_NEG_1  
 
 
ETC_GMT_NEG_10 
public static final  Timezone   ETC_GMT_NEG_10  
 
 
ETC_GMT_NEG_11 
public static final  Timezone   ETC_GMT_NEG_11  
 
 
ETC_GMT_NEG_12 
public static final  Timezone   ETC_GMT_NEG_12  
 
 
ETC_GMT_NEG_13 
public static final  Timezone   ETC_GMT_NEG_13  
 
 
ETC_GMT_NEG_14 
public static final  Timezone   ETC_GMT_NEG_14  
 
 
ETC_GMT_NEG_2 
public static final  Timezone   ETC_GMT_NEG_2  
 
 
ETC_GMT_NEG_3 
public static final  Timezone   ETC_GMT_NEG_3  
 
 
ETC_GMT_NEG_4 
public static final  Timezone   ETC_GMT_NEG_4  
 
 
ETC_GMT_NEG_5 
public static final  Timezone   ETC_GMT_NEG_5  
 
 
ETC_GMT_NEG_6 
public static final  Timezone   ETC_GMT_NEG_6  
 
 
ETC_GMT_NEG_7 
public static final  Timezone   ETC_GMT_NEG_7  
 
 
ETC_GMT_NEG_8 
public static final  Timezone   ETC_GMT_NEG_8  
 
 
ETC_GMT_NEG_9 
public static final  Timezone   ETC_GMT_NEG_9  
 
 
EUROPE_DUBLIN 
public static final  Timezone   EUROPE_DUBLIN  
 
 
EUROPE_LONDON 
public static final  Timezone   EUROPE_LONDON  
 
 
EUROPE_PARIS 
public static final  Timezone   EUROPE_PARIS  
 
 
EUROPE_STOCKHOLM 
public static final  Timezone   EUROPE_STOCKHOLM  
 
 
EUROPE_ZURICH 
public static final  Timezone   EUROPE_ZURICH  
 
 
 
MEXICO_GENERAL 
public static final  Timezone   MEXICO_GENERAL  
 
 
 
PACIFIC_AUCKLAND 
public static final  Timezone   PACIFIC_AUCKLAND  
 
 
 
 
US_MOUNTAIN 
public static final  Timezone   US_MOUNTAIN  
 
 
 
UNKNOWN_TO_SDK_VERSION 
public static final  Timezone   UNKNOWN_TO_SDK_VERSION  
 
 
 
 
 
Method Details 
values 
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns: 
an array containing the constants of this enum type, in the order they are declared 
 
 
 
valueOf 
Returns the enum constant of this type with the specified name.
The string must match exactly  an identifier used to declare an
enum constant in this type.  (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 type has no constant with the specified name 
NullPointerException  - if the argument is null 
 
 
 
 
fromValue 
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
Parameters: 
value - real value 
Returns: 
Timezone corresponding to the value