Skip to content

//core/io.islandtime.format/PlatformTimeZoneTextProvider/timeZoneTextFor

timeZoneTextFor

darwin

open override fun timeZoneTextFor(zone: TimeZone, style: TimeZoneTextStyle, locale: <Error class: unknown class>): String?

Get the localized time zone text.

Return

the localized time zone text or null if unavailable in the specified style

Parameters

darwin

zone the time zone
style the style of the text
locale the locale

jvm

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

Get the localized time zone text.

Return

the localized time zone text or null if unavailable in the specified style

Parameters

jvm

zone the time zone
style the style of the text
locale the locale