Added in API level 24
TimeZone.SystemTimeZoneType
public
static
final
enum
TimeZone.SystemTimeZoneType
extends Enum<TimeZone.SystemTimeZoneType>
java.lang.Object | ||
↳ | java.lang.Enum<android.icu.util.TimeZone.SystemTimeZoneType> | |
↳ | android.icu.util.TimeZone.SystemTimeZoneType |
[icu] System time zone type constants used by filtering zones in
TimeZone#getAvailableIDs(SystemTimeZoneType, String, Integer)
Summary
Enum values | |
---|---|
TimeZone.SystemTimeZoneType |
ANY
Any system zones. |
TimeZone.SystemTimeZoneType |
CANONICAL
Canonical system zones. |
TimeZone.SystemTimeZoneType |
CANONICAL_LOCATION
Canonical system zones associated with actual locations. |
Public methods | |
---|---|
static
TimeZone.SystemTimeZoneType
|
valueOf(String name)
|
static
final
SystemTimeZoneType[]
|
values()
|
Inherited methods | |
---|---|
Enum values
CANONICAL
Added in API level 28
public static final TimeZone.SystemTimeZoneType CANONICAL
Canonical system zones.
CANONICAL_LOCATION
Added in API level 28
public static final TimeZone.SystemTimeZoneType CANONICAL_LOCATION
Canonical system zones associated with actual locations.
Public methods
valueOf
public static TimeZone.SystemTimeZoneType valueOf (String name)
Parameters | |
---|---|
name |
String |
Returns | |
---|---|
TimeZone.SystemTimeZoneType |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-04 UTC.
[null,null,["Last updated 2024-04-04 UTC."],[],[]]