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

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

Functions

compareTo
Link copied to clipboard
common
operator override fun compareTo(other: TimeZoneTextStyle): Int
equals
Link copied to clipboard
common
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
override fun hashCode(): Int
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?
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

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