TimeZoneOptions

data class TimeZoneOptions(val style: TimeZoneStyle.Generic = TimeZoneStyle.Generic.LOCATION) : PolyglotLocalizerOptions<TimeZoneLocalizer> (source)

Options for TimeZoneLocalizer and TimeZone.localize

Constructors

Link copied to clipboard
constructor(style: TimeZoneStyle.Generic = TimeZoneStyle.Generic.LOCATION)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun localizer(locale: PlatformLocale = getDefaultLocale()): TimeZoneLocalizer

Returns a new instance of the PolyglotLocalizer of type L that this options belongs to.