MonthOptions

data class MonthOptions(val style: MonthStyle = MonthStyle.WIDE) : PolyglotLocalizerOptions<MonthLocalizer>

Options for MonthLocalizer and Month.localize

Constructors

Link copied to clipboard
constructor(style: MonthStyle = MonthStyle.WIDE)

Properties

Link copied to clipboard

Functions

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