TimeZoneTextStyle

enum TimeZoneTextStyle : Enum<TimeZoneTextStyle>

A time zone text style.

Standard versions indicate the name for standard time, like "Eastern Standard Time". Daylight versions indicate the name of daylight savings time, like "Eastern Daylight Time". Generic is agnostic to daylight savings -- ie. "Eastern Time".

Entries

SHORT_GENERIC
Link copied to clipboard
common
GENERIC
Link copied to clipboard
common
SHORT_DAYLIGHT_SAVING
Link copied to clipboard
common
DAYLIGHT_SAVING
Link copied to clipboard
common
SHORT_STANDARD
Link copied to clipboard
common
STANDARD
Link copied to clipboard
common

Functions

isDaylightSaving
Link copied to clipboard
common
fun isDaylightSaving(): Boolean

Is this a daylight savings style?

isGeneric
Link copied to clipboard
common
fun isGeneric(): Boolean

Is this a generic style?

isShort
Link copied to clipboard
common
fun isShort(): Boolean

Is this a short style?

isStandard
Link copied to clipboard
common
fun isStandard(): Boolean

Is this a standard style?

Properties

name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int