MonthOptions

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

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 = getDefaultLocale()): MonthLocalizer

Returns a new instance of the PolyglotLocalizer of type L that this options belongs to.