YearOptions
data class YearOptions(val eraStyle: EraStyle? = Defaults.ERA, val yearStyle: YearStyle = Defaults.YEAR) : ComponentsOptions.Date.Components, PolyglotLocalizerOptions<YearLocalizer> (source)
Localization options for YearLocalizer.
Properties
Functions
Link copied to clipboard
Returns a new instance of the PolyglotLocalizer of type L that this options belongs to.