PlatformTimeZoneTextProvider

The default provider of localized time zone text for the current platform.

object PlatformTimeZoneTextProvider : TimeZoneTextProvider
object PlatformTimeZoneTextProvider : TimeZoneTextProvider
object PlatformTimeZoneTextProvider : TimeZoneTextProvider

Functions

equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
timeZoneTextFor
Link copied to clipboard

Get the localized time zone text.

open override fun timeZoneTextFor(zone: TimeZone, style: TimeZoneTextStyle, locale: Locale): String?
open override fun timeZoneTextFor(zone: TimeZone, style: TimeZoneTextStyle, locale: <ERROR CLASS>): String?
open override fun timeZoneTextFor(zone: TimeZone, style: TimeZoneTextStyle, locale: Locale): String?
toString
Link copied to clipboard
common
open override fun toString(): String