ZonedYearMonthOptions
data class ZonedYearMonthOptions(val yearMonthOptions: YearMonthOptions = YearMonthOptions(), val timeZoneOptions: TimeZoneOptions = TimeZoneOptions()) : PolyglotLocalizerOptions<ZonedYearMonthLocalizer> (source)
Localization options for ZonedYearMonthLocalizer.
Constructors
Link copied to clipboard
constructor(yearMonthOptions: YearMonthOptions = YearMonthOptions(), timeZoneOptions: TimeZoneOptions = TimeZoneOptions())
Functions
Link copied to clipboard
Returns a new instance of the PolyglotLocalizer of type L that this options belongs to.