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

Added in API level 24
public static final TimeZoneFormat.TimeType DAYLIGHT

Daylight saving time

STANDARD

Added in API level 24
public static final TimeZoneFormat.TimeType STANDARD

Standard time

UNKNOWN

Added in API level 24
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[]