ZonedYearMonthOptions

data class ZonedYearMonthOptions(val yearMonthOptions: YearMonthOptions = YearMonthOptions(), val timeZoneOptions: TimeZoneOptions = TimeZoneOptions()) : PolyglotLocalizerOptions<ZonedYearMonthLocalizer> (source)

Localization options for ZonedYearMonthLocalizer.

Constructors

Link copied to clipboard
constructor(yearMonthOptions: YearMonthOptions = YearMonthOptions(), timeZoneOptions: TimeZoneOptions = TimeZoneOptions())

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun localizer(locale: PlatformLocale = getDefaultLocale()): ZonedYearMonthLocalizer

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