timeZoneTextFor

Get the localized time zone text.

Return

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

Parameters

locale

the locale

style

the style of the text

zone

the time zone

darwin
open override fun timeZoneTextFor(zone: TimeZone, style: TimeZoneTextStyle, locale: <ERROR CLASS>): String?

Get the localized time zone text.

Return

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

Parameters

locale

the locale

style

the style of the text

zone

the time zone

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