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
enum val NEGATIVE_H : TimeZoneFormat.GMTOffsetPatternType
Negative offset with hours field
NEGATIVE_HM
enum val NEGATIVE_HM : TimeZoneFormat.GMTOffsetPatternType
Negative offset with hours and minutes fields
NEGATIVE_HMS
enum val NEGATIVE_HMS : TimeZoneFormat.GMTOffsetPatternType
Negative offset with hours, minutes and seconds fields
POSITIVE_H
enum val POSITIVE_H : TimeZoneFormat.GMTOffsetPatternType
Positive offset with hours field
POSITIVE_HM
enum val POSITIVE_HM : TimeZoneFormat.GMTOffsetPatternType
Positive offset with hours and minutes fields
POSITIVE_HMS
enum val POSITIVE_HMS : TimeZoneFormat.GMTOffsetPatternType
Positive offset with hours, minutes and seconds fields