OCTOBER
(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? |