Class TimeZoneFormat.GMTOffsetField

java.lang.Object
com.ibm.icu.text.TimeZoneFormat.GMTOffsetField
Enclosing class:
TimeZoneFormat

private static class TimeZoneFormat.GMTOffsetField extends Object
Used for representing localized GMT time fields in the parsed pattern object.
See Also:
  • 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)