YearMonthOptions
data class YearMonthOptions(val eraStyle: EraStyle? = Defaults.ERA, val yearStyle: YearStyle = Defaults.YEAR, val monthStyle: MonthStyle? = Defaults.MONTH) : ComponentsOptions.Date.Components, PolyglotLocalizerOptions<YearMonthLocalizer> (source)
Localization options for YearMonthLocalizer and YearMonth.localize.
Constructors
Link copied to clipboard
constructor(eraStyle: EraStyle? = Defaults.ERA, yearStyle: YearStyle = Defaults.YEAR, monthStyle: MonthStyle? = Defaults.MONTH)
Functions
Link copied to clipboard
Returns a new instance of the PolyglotLocalizer of type L that this options belongs to.