Language

TimeZoneType Enum

Definition

public enum TimeZoneType
type TimeZoneType = 
Inheritance
TimeZoneType

Fields

Name Value Description
Icu 0

[icu] A time zone implementation type indicating ICU's own TimeZone used by getTimeZone.

Android reference for android.icu.util.TimeZone.TIMEZONE_ICU.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Jdk 1

[icu] A time zone implementation type indicating the TimeZone used by getTimeZone.

Android reference for android.icu.util.TimeZone.TIMEZONE_JDK.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to