core / io.islandtime.format / PlatformTimeZoneTextProvider

PlatformTimeZoneTextProvider

(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86) object PlatformTimeZoneTextProvider : TimeZoneTextProvider

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

Functions

timeZoneTextFor

Get the localized time zone text.

(jvm) fun timeZoneTextFor(zone: TimeZone, style: TimeZoneTextStyle, locale: Locale): String?
(iosArm64, iosX64, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86) fun timeZoneTextFor(zone: TimeZone, style: TimeZoneTextStyle, locale: <ERROR CLASS>): String?

Inherited Functions

(jvm)

timeZoneTextFor

Get the localized time zone text.

open fun timeZoneTextFor(zone: TimeZone, style: TimeZoneTextStyle, locale: Locale): String?