# Print output for @column tags ?> TimeZoneFormat.TimeType - Android SDK | Android Developers

Most visited

Recently visited

TimeZoneFormat.TimeType

public static final enum TimeZoneFormat.TimeType
extends Enum<TimeZoneFormat.TimeType>

java.lang.Object
   ↳ java.lang.Enum<android.icu.text.TimeZoneFormat.TimeType>
     ↳ android.icu.text.TimeZoneFormat.TimeType


Time type enum used for receiving time type (standard time, daylight time or unknown) in TimeZoneFormat APIs.

Summary

Enum values

TimeZoneFormat.TimeType  DAYLIGHT

Daylight saving time 

TimeZoneFormat.TimeType  STANDARD

Standard time 

TimeZoneFormat.TimeType  UNKNOWN

Unknown 

Public methods

static TimeZoneFormat.TimeType valueOf(String name)
static final TimeType[] values()

Inherited methods

Enum values

DAYLIGHT

public static final TimeZoneFormat.TimeType DAYLIGHT

Daylight saving time

STANDARD

public static final TimeZoneFormat.TimeType STANDARD

Standard time

UNKNOWN

public static final TimeZoneFormat.TimeType UNKNOWN

Unknown

Public methods

valueOf

public static TimeZoneFormat.TimeType valueOf (String name)

Parameters
name String

Returns
TimeZoneFormat.TimeType

values

public static final TimeType[] values ()

Returns
TimeType[]