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.
See also:
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
public static final TimeZoneFormat.GMTOffsetPatternType NEGATIVE_H
Negative offset with hours field
NEGATIVE_HM
public static final TimeZoneFormat.GMTOffsetPatternType NEGATIVE_HM
Negative offset with hours and minutes fields
NEGATIVE_HMS
public static final TimeZoneFormat.GMTOffsetPatternType NEGATIVE_HMS
Negative offset with hours, minutes and seconds fields
POSITIVE_H
public static final TimeZoneFormat.GMTOffsetPatternType POSITIVE_H
Positive offset with hours field
POSITIVE_HM
public static final TimeZoneFormat.GMTOffsetPatternType POSITIVE_HM
Positive offset with hours and minutes fields
POSITIVE_HMS
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 |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-11 UTC.