object PlatformTimeZoneTextProvider : TimeZoneTextProvider
The default provider of localized time zone text for the current platform.
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? |
(jvm)
timeZoneTextFor |
Get the localized time zone text. open fun timeZoneTextFor(zone: TimeZone, style: TimeZoneTextStyle, locale: Locale): String? |