DayOfWeekLocalizer

Class to localize a DayOfWeek.

This class localizes for standalone usage of the string.

For more info, see Unicode page.

Examples:

  • Monday

  • Mon

  • Mo

  • M

actual class DayOfWeekLocalizer : DateTimeLocalizer<ERROR CLASS: Symbol not found for DayOfWeek> (source)

Class to localize a DayOfWeek.

This class localizes for standalone usage of the string.

For more info, see Unicode page.

Examples:

  • Monday

  • Mon

  • Mo

  • M

Class to localize a DayOfWeek.

This class localizes for standalone usage of the string.

For more info, see Unicode page.

Examples:

  • Monday

  • Mon

  • Mo

  • M

Constructors

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

Functions

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