TimeZoneTextProvider

interface TimeZoneTextProvider

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

Types

Companion
Link copied to clipboard
common
object Companion : TimeZoneTextProvider

Functions

timeZoneTextFor
Link copied to clipboard
common
open fun timeZoneTextFor(zone: TimeZone, style: TimeZoneTextStyle, locale: Locale): String?

Get the localized time zone text.

Inheritors

TimeZoneTextProvider
Link copied to clipboard
PlatformTimeZoneTextProvider
Link copied to clipboard