# Print output for @column tags ?>
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.
See also:
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 | |
|---|---|
public static final TimeZoneFormat.GMTOffsetPatternType NEGATIVE_H
Negative offset with hours field
public static final TimeZoneFormat.GMTOffsetPatternType NEGATIVE_HM
Negative offset with hours and minutes fields
public static final TimeZoneFormat.GMTOffsetPatternType NEGATIVE_HMS
Negative offset with hours, minutes and seconds fields
public static final TimeZoneFormat.GMTOffsetPatternType POSITIVE_H
Positive offset with hours field
public static final TimeZoneFormat.GMTOffsetPatternType POSITIVE_HM
Positive offset with hours and minutes fields
public static final TimeZoneFormat.GMTOffsetPatternType POSITIVE_HMS
Positive offset with hours, minutes and seconds fields
public static TimeZoneFormat.GMTOffsetPatternType valueOf (String name)
| Parameters | |
|---|---|
name |
String |
| Returns | |
|---|---|
TimeZoneFormat.GMTOffsetPatternType |
|