# Print output for @column tags ?> TimeZone.SystemTimeZoneType - Android SDK | Android Developers

Most visited

Recently visited

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

public static final TimeZone.SystemTimeZoneType ANY

Any system zones.

CANONICAL

public static final TimeZone.SystemTimeZoneType CANONICAL

Canonical system zones.

CANONICAL_LOCATION

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[]