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())
Functions
Link copied to clipboard
Returns a new instance of the PolyglotLocalizer of type L that this options belongs to.