core / io.islandtime / Month / MARCH

MARCH

(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86) MARCH

Inherited Functions

(jvm)

displayName

A textual representation of the month, suitable for display purposes. The localized name will be returned, if available. If not, the ISO month number (1-12) will be returned instead.

fun displayName(style: TextStyle, locale: Locale = defaultLocale()): String
(jvm)

localizedName

The localized name of the month, if available for the locale in the specified style. The result depends on the configured DateTimeTextProvider and may differ between platforms.

fun localizedName(style: TextStyle, locale: Locale = defaultLocale()): String?