Added in API level 24

GMTOffsetPatternType

class GMTOffsetPatternType
kotlin.Any
   ↳ kotlin.Enum<android.icu.text.TimeZoneFormat.GMTOffsetPatternType>
   ↳ android.icu.text.TimeZoneFormat.GMTOffsetPatternType

Offset pattern type enum.

Summary

Enum values

Negative offset with hours field

Negative offset with hours and minutes fields

Negative offset with hours, minutes and seconds fields

Positive offset with hours field

Positive offset with hours and minutes fields

Positive offset with hours, minutes and seconds fields

Enum values

NEGATIVE_H

Added in API level 24
enum val NEGATIVE_H : TimeZoneFormat.GMTOffsetPatternType

Negative offset with hours field

NEGATIVE_HM

Added in API level 24
enum val NEGATIVE_HM : TimeZoneFormat.GMTOffsetPatternType

Negative offset with hours and minutes fields

NEGATIVE_HMS

Added in API level 24
enum val NEGATIVE_HMS : TimeZoneFormat.GMTOffsetPatternType

Negative offset with hours, minutes and seconds fields

POSITIVE_H

Added in API level 24
enum val POSITIVE_H : TimeZoneFormat.GMTOffsetPatternType

Positive offset with hours field

POSITIVE_HM

Added in API level 24
enum val POSITIVE_HM : TimeZoneFormat.GMTOffsetPatternType

Positive offset with hours and minutes fields

POSITIVE_HMS

Added in API level 24
enum val POSITIVE_HMS : TimeZoneFormat.GMTOffsetPatternType

Positive offset with hours, minutes and seconds fields