TimeZoneTextProvider

interface TimeZoneTextProvider

An abstraction that allows localized time zone names to be supplied from different data sources.

Types

Companion
Link copied to clipboard
common
object Companion : TimeZoneTextProvider

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
timeZoneTextFor
Link copied to clipboard
common
open fun timeZoneTextFor(zone: TimeZone, style: TimeZoneTextStyle, locale: Locale): String?
Get the localized time zone text.
toString
Link copied to clipboard
common
open fun toString(): String

Inheritors

TimeZoneTextProvider
Link copied to clipboard
PlatformTimeZoneTextProvider
Link copied to clipboard