public enum TimeZone extends Enum<TimeZone>
| Modifier and Type | Method and Description |
|---|---|
static TimeZone |
fromValue(String text) |
String |
getValue() |
String |
toString() |
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 MOROCCOSTANDARDTIME
public static final TimeZone UTC
public static final TimeZone GMTSTANDARDTIME
public static final TimeZone GREENWICHSTANDARDTIME
public static final TimeZone WEUROPESTANDARDTIME
public static final TimeZone CENTRALEUROPESTANDARDTIME
public static final TimeZone ROMANCESTANDARDTIME
public static final TimeZone CENTRALEUROPEANSTANDARDTIME
public static final TimeZone WCENTRALAFRICASTANDARDTIME
public static final TimeZone NAMIBIASTANDARDTIME
public static final TimeZone JORDANSTANDARDTIME
public static final TimeZone GTBSTANDARDTIME
public static final TimeZone MIDDLEEASTSTANDARDTIME
public static final TimeZone EGYPTSTANDARDTIME
public static final TimeZone SYRIASTANDARDTIME
public static final TimeZone EEUROPESTANDARDTIME
public static final TimeZone SOUTHAFRICASTANDARDTIME
public static final TimeZone FLESTANDARDTIME
public static final TimeZone TURKEYSTANDARDTIME
public static final TimeZone ISRAELSTANDARDTIME
public static final TimeZone KALININGRADSTANDARDTIME
public static final TimeZone LIBYASTANDARDTIME
public static final TimeZone ARABICSTANDARDTIME
public static final TimeZone ARABSTANDARDTIME
public static final TimeZone BELARUSSTANDARDTIME
public static final TimeZone RUSSIANSTANDARDTIME
public static final TimeZone EAFRICASTANDARDTIME
public static final TimeZone IRANSTANDARDTIME
public static final TimeZone ARABIANSTANDARDTIME
public static final TimeZone AZERBAIJANSTANDARDTIME
public static final TimeZone RUSSIATIMEZONE3
public static final TimeZone MAURITIUSSTANDARDTIME
public static final TimeZone GEORGIANSTANDARDTIME
public static final TimeZone CAUCASUSSTANDARDTIME
public static final TimeZone AFGHANISTANSTANDARDTIME
public static final TimeZone WESTASIASTANDARDTIME
public static final TimeZone EKATERINBURGSTANDARDTIME
public static final TimeZone PAKISTANSTANDARDTIME
public static final TimeZone INDIASTANDARDTIME
public static final TimeZone SRILANKASTANDARDTIME
public static final TimeZone NEPALSTANDARDTIME
public static final TimeZone CENTRALASIASTANDARDTIME
public static final TimeZone BANGLADESHSTANDARDTIME
public static final TimeZone NCENTRALASIASTANDARDTIME
public static final TimeZone MYANMARSTANDARDTIME
public static final TimeZone SEASIASTANDARDTIME
public static final TimeZone NORTHASIASTANDARDTIME
public static final TimeZone CHINASTANDARDTIME
public static final TimeZone NORTHASIAEASTSTANDARDTIME
public static final TimeZone SINGAPORESTANDARDTIME
public static final TimeZone WAUSTRALIASTANDARDTIME
public static final TimeZone TAIPEISTANDARDTIME
public static final TimeZone ULAANBAATARSTANDARDTIME
public static final TimeZone TOKYOSTANDARDTIME
public static final TimeZone KOREASTANDARDTIME
public static final TimeZone YAKUTSKSTANDARDTIME
public static final TimeZone CENAUSTRALIASTANDARDTIME
public static final TimeZone AUSCENTRALSTANDARDTIME
public static final TimeZone EAUSTRALIASTANDARDTIME
public static final TimeZone AUSEASTERNSTANDARDTIME
public static final TimeZone WESTPACIFICSTANDARDTIME
public static final TimeZone TASMANIASTANDARDTIME
public static final TimeZone MAGADANSTANDARDTIME
public static final TimeZone VLADIVOSTOKSTANDARDTIME
public static final TimeZone RUSSIATIMEZONE10
public static final TimeZone CENTRALPACIFICSTANDARDTIME
public static final TimeZone RUSSIATIMEZONE11
public static final TimeZone NEWZEALANDSTANDARDTIME
public static final TimeZone UTC_12
public static final TimeZone FIJISTANDARDTIME
public static final TimeZone KAMCHATKASTANDARDTIME
public static final TimeZone TONGASTANDARDTIME
public static final TimeZone SAMOASTANDARDTIME
public static final TimeZone LINEISLANDSSTANDARDTIME
public static final TimeZone AZORESSTANDARDTIME
public static final TimeZone CAPEVERDESTANDARDTIME
public static final TimeZone UTC02
public static final TimeZone MIDATLANTICSTANDARDTIME
public static final TimeZone ESOUTHAMERICASTANDARDTIME
public static final TimeZone ARGENTINASTANDARDTIME
public static final TimeZone SAEASTERNSTANDARDTIME
public static final TimeZone GREENLANDSTANDARDTIME
public static final TimeZone MONTEVIDEOSTANDARDTIME
public static final TimeZone BAHIASTANDARDTIME
public static final TimeZone NEWFOUNDLANDSTANDARDTIME
public static final TimeZone PARAGUAYSTANDARDTIME
public static final TimeZone ATLANTICSTANDARDTIME
public static final TimeZone CENTRALBRAZILIANSTANDARDTIME
public static final TimeZone SAWESTERNSTANDARDTIME
public static final TimeZone PACIFICSASTANDARDTIME
public static final TimeZone VENEZUELASTANDARDTIME
public static final TimeZone SAPACIFICSTANDARDTIME
public static final TimeZone EASTERNSTANDARDTIME
public static final TimeZone USEASTERNSTANDARDTIME
public static final TimeZone CENTRALAMERICASTANDARDTIME
public static final TimeZone CENTRALSTANDARDTIME
public static final TimeZone CENTRALSTANDARDTIME_MEXICO_
public static final TimeZone CANADACENTRALSTANDARDTIME
public static final TimeZone USMOUNTAINSTANDARDTIME
public static final TimeZone MOUNTAINSTANDARDTIME_MEXICO_
public static final TimeZone MOUNTAINSTANDARDTIME
public static final TimeZone PACIFICSTANDARDTIME_MEXICO_
public static final TimeZone PACIFICSTANDARDTIME
public static final TimeZone ALASKANSTANDARDTIME
public static final TimeZone HAWAIIANSTANDARDTIME
public static final TimeZone UTC11
public static final TimeZone DATELINESTANDARDTIME
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 nullpublic String getValue()
Copyright © 2019. All rights reserved.