Uses of Class
com.ibm.icu.util.TimeZone.SystemTimeZoneType
-
Packages that use TimeZone.SystemTimeZoneType Package Description com.ibm.icu.util International calendars and other utility classes. -
-
Uses of TimeZone.SystemTimeZoneType in com.ibm.icu.util
Methods in com.ibm.icu.util that return TimeZone.SystemTimeZoneType Modifier and Type Method Description static TimeZone.SystemTimeZoneType
TimeZone.SystemTimeZoneType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimeZone.SystemTimeZoneType[]
TimeZone.SystemTimeZoneType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.util with parameters of type TimeZone.SystemTimeZoneType Modifier and Type Method Description static Set<String>
TimeZone. getAvailableIDs(TimeZone.SystemTimeZoneType zoneType, String region, Integer rawOffset)
Returns a set of time zone ID strings with the given filter conditions.
-