ZonedYearOptions

data class ZonedYearOptions(val yearOptions: YearOptions = YearOptions(), val timeZoneOptions: TimeZoneOptions = TimeZoneOptions()) : PolyglotLocalizerOptions<ZonedYearLocalizer> (source)

Localization options for ZonedYearLocalizer.

Constructors

Link copied to clipboard
constructor(yearOptions: YearOptions = YearOptions(), timeZoneOptions: TimeZoneOptions = TimeZoneOptions())

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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

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