RelativeZonedYearOptions
data class RelativeZonedYearOptions(val yearOptions: RelativeYearOptions = RelativeYearOptions(), val timeZoneOptions: TimeZoneOptions = TimeZoneOptions()) : PolyglotLocalizerOptions<RelativeZonedYearLocalizer> (source)
Localization options for RelativeZonedYearLocalizer.
Constructors
Link copied to clipboard
constructor(yearOptions: RelativeYearOptions = RelativeYearOptions(), timeZoneOptions: TimeZoneOptions = TimeZoneOptions())
Functions
Link copied to clipboard
open override fun localizer(locale: PlatformLocale = getDefaultLocale()): RelativeZonedYearLocalizer
Returns a new instance of the PolyglotLocalizer of type L that this options belongs to.