Package | Description |
---|---|
com.ibm.icu.util |
International calendars and other utility classes.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static Set<String> |
TimeZone.getAvailableIDs(TimeZone.SystemTimeZoneType zoneType,
String region,
Integer rawOffset)
[icu] Returns a set of time zone ID strings with the given filter conditions.
|
Copyright © 2016 Unicode, Inc. and others.