ZonedYearMonthOptions
data class ZonedYearMonthOptions(val yearMonthOptions: YearMonthOptions = YearMonthOptions(), val timeZoneOptions: TimeZoneOptions = TimeZoneOptions()) : PolyglotLocalizerOptions<ZonedYearMonthLocalizer>
Localization options for ZonedYearMonthLocalizer.
Constructors
Link copied to clipboard
constructor(yearMonthOptions: YearMonthOptions = YearMonthOptions(), timeZoneOptions: TimeZoneOptions = TimeZoneOptions())