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".

enum TimeZoneTextStyle : Enum<TimeZoneTextStyle>

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

Is this a daylight savings style?

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

Is this a generic style?

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

Is this a short style?

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

Is this a standard style?

fun isStandard(): Boolean
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

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