YearMonthOptions

data class YearMonthOptions(val eraStyle: EraStyle? = Defaults.ERA, val yearStyle: YearStyle = Defaults.YEAR, val monthStyle: MonthStyle? = Defaults.MONTH) : ComponentsOptions.Date.Components, PolyglotLocalizerOptions<YearMonthLocalizer>

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)

Properties

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

Functions

Link copied to clipboard
open override fun localizer(locale: PlatformLocale): YearMonthLocalizer