Skip to content

//core/io.islandtime.format/TimeZoneTextProvider

TimeZoneTextProvider

interface TimeZoneTextProvider

An abstraction that allows localized time zone names to be supplied from different data sources.

Inheritors

Companion
PlatformTimeZoneTextProvider

Types

Name Summary
Companion

common


object Companion : TimeZoneTextProvider

Functions

Name Summary
timeZoneTextFor

common


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

Get the localized time zone text.