Package com.ibm.icu.text
Class TimeZoneFormat.GMTOffsetField
java.lang.Object
com.ibm.icu.text.TimeZoneFormat.GMTOffsetField
- Enclosing class:
- TimeZoneFormat
Used for representing localized GMT time fields in the parsed pattern object.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_type
final char _type -
_width
final int _width
-
-
Constructor Details
-
GMTOffsetField
GMTOffsetField(char type, int width)
-
-
Method Details
-
getType
char getType() -
getWidth
int getWidth() -
isValid
static boolean isValid(char type, int width)
-