YearMonthOptions
data class YearMonthOptions(val eraStyle: EraStyle? = null, val yearStyle: YearStyle = YearStyle.NUMERIC, val monthStyle: MonthStyle?) : ComponentsOptions.Date.Components(source)
Localization options for YearMonthLocalizer and YearMonth.parse.
Constructors
Link copied to clipboard
constructor(eraStyle: EraStyle? = null, yearStyle: YearStyle = YearStyle.NUMERIC, monthStyle: MonthStyle?)