TimeZoneFormat.GMTOffsetPatternType

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

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


Offset pattern type enum.

Summary

Enum values

TimeZoneFormat.GMTOffsetPatternType  NEGATIVE_H

Negative offset with hours field 

TimeZoneFormat.GMTOffsetPatternType  NEGATIVE_HM

Negative offset with hours and minutes fields 

TimeZoneFormat.GMTOffsetPatternType  NEGATIVE_HMS

Negative offset with hours, minutes and seconds fields 

TimeZoneFormat.GMTOffsetPatternType  POSITIVE_H

Positive offset with hours field 

TimeZoneFormat.GMTOffsetPatternType  POSITIVE_HM

Positive offset with hours and minutes fields 

TimeZoneFormat.GMTOffsetPatternType  POSITIVE_HMS

Positive offset with hours, minutes and seconds fields 

Public methods

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

Inherited methods

Enum values

NEGATIVE_H

Added in API level 24
public static final TimeZoneFormat.GMTOffsetPatternType NEGATIVE_H

Negative offset with hours field

NEGATIVE_HM

Added in API level 24
public static final TimeZoneFormat.GMTOffsetPatternType NEGATIVE_HM

Negative offset with hours and minutes fields

NEGATIVE_HMS

Added in API level 24
public static final TimeZoneFormat.GMTOffsetPatternType NEGATIVE_HMS

Negative offset with hours, minutes and seconds fields

POSITIVE_H

Added in API level 24
public static final TimeZoneFormat.GMTOffsetPatternType POSITIVE_H

Positive offset with hours field

POSITIVE_HM

Added in API level 24
public static final TimeZoneFormat.GMTOffsetPatternType POSITIVE_HM

Positive offset with hours and minutes fields

POSITIVE_HMS

Added in API level 24
public static final TimeZoneFormat.GMTOffsetPatternType POSITIVE_HMS

Positive offset with hours, minutes and seconds fields

Public methods

valueOf

public static TimeZoneFormat.GMTOffsetPatternType valueOf (String name)

Parameters
name String

Returns
TimeZoneFormat.GMTOffsetPatternType

values

public static final GMTOffsetPatternType[] values ()

Returns
GMTOffsetPatternType[]