Most visited

Recently visited

Added in API level 24

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


偏移模式类型枚举。

也可以看看:

Summary

Enum values

TimeZoneFormat.GMTOffsetPatternType  NEGATIVE_H

与小时字段的负偏移

TimeZoneFormat.GMTOffsetPatternType  NEGATIVE_HM

带小时和分钟字段的负偏移

TimeZoneFormat.GMTOffsetPatternType  NEGATIVE_HMS

带小时,分钟和秒字段的负偏移

TimeZoneFormat.GMTOffsetPatternType  POSITIVE_H

小时字段的正数偏移量

TimeZoneFormat.GMTOffsetPatternType  POSITIVE_HM

带小时和分钟字段的正数偏移

TimeZoneFormat.GMTOffsetPatternType  POSITIVE_HMS

带小时,分钟和秒字段的正数偏移

Public methods

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

Inherited methods

From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum values

NEGATIVE_H

Added in API level 24
TimeZoneFormat.GMTOffsetPatternType NEGATIVE_H

与小时字段的负偏移

NEGATIVE_HM

Added in API level 24
TimeZoneFormat.GMTOffsetPatternType NEGATIVE_HM

带小时和分钟字段的负偏移

NEGATIVE_HMS

Added in API level 24
TimeZoneFormat.GMTOffsetPatternType NEGATIVE_HMS

带小时,分钟和秒字段的负偏移

POSITIVE_H

Added in API level 24
TimeZoneFormat.GMTOffsetPatternType POSITIVE_H

小时字段的正数偏移量

POSITIVE_HM

Added in API level 24
TimeZoneFormat.GMTOffsetPatternType POSITIVE_HM

带小时和分钟字段的正数偏移

POSITIVE_HMS

Added in API level 24
TimeZoneFormat.GMTOffsetPatternType POSITIVE_HMS

带小时,分钟和秒字段的正数偏移

Public methods

valueOf

Added in API level 24
TimeZoneFormat.GMTOffsetPatternType valueOf (String name)

Parameters
name String
Returns
TimeZoneFormat.GMTOffsetPatternType

values

Added in API level 24
GMTOffsetPatternType[] values ()

Returns
GMTOffsetPatternType[]

Hooray!