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?)

Properties

Link copied to clipboard
open override val dayOfMonthStyle: Nothing?
Link copied to clipboard
open override val dayOfWeekStyle: Nothing?
Link copied to clipboard
open override val eraStyle: EraStyle?
Link copied to clipboard
open override val monthStyle: MonthStyle?
Link copied to clipboard
open override val yearStyle: YearStyle