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

ANY

Added in API level 28
public static final TimeZone.SystemTimeZoneType ANY

Any system zones.

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

values

public static final SystemTimeZoneType[] values ()

Returns
SystemTimeZoneType[]