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 | |
偏移模式类型枚举。
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 |
|
|---|---|
java.lang.Enum
|
|
java.lang.Object
|
|
java.lang.Comparable
|
|
TimeZoneFormat.GMTOffsetPatternType valueOf (String name)
| Parameters | |
|---|---|
name |
String
|
| Returns | |
|---|---|
TimeZoneFormat.GMTOffsetPatternType |
|