MonthLocalizer

Class to localize a Month.

This class localizes for standalone usage of the string. For month names, this is typically the nominative grammatical form.

For more info, see Unicode page.

Examples:

  • January

  • Jan

  • J

  • 1

actual class MonthLocalizer : DateTimeLocalizer<ERROR CLASS: Symbol not found for Month> (source)

Class to localize a Month.

This class localizes for standalone usage of the string. For month names, this is typically the nominative grammatical form.

For more info, see Unicode page.

Examples:

  • January

  • Jan

  • J

  • 1

Class to localize a Month.

This class localizes for standalone usage of the string. For month names, this is typically the nominative grammatical form.

For more info, see Unicode page.

Examples:

  • January

  • Jan

  • J

  • 1

Constructors

Link copied to clipboard
expect constructor(options: MonthOptions = MonthOptions(), locale: PlatformLocale = getDefaultLocale())
actual constructor(options: MonthOptions, locale: PlatformLocale)
actual constructor(options: MonthOptions, locale: PlatformLocale)

Functions

Link copied to clipboard
expect open override fun localize(value: Month): String
abstract fun localize(value: ERROR CLASS: Symbol not found for Month): String
actual open override fun localize(value: ERROR CLASS: Symbol not found for Month): String
actual open override fun localize(value: Month): String