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.SystemTimeZoneTypeTimeZone.SystemTimeZoneType. valueOf(java.lang.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 java.util.Set<java.lang.String>TimeZone. getAvailableIDs(TimeZone.SystemTimeZoneType zoneType, java.lang.String region, java.lang.Integer rawOffset)Returns a set of time zone ID strings with the given filter conditions.
-