THURSDAY
(jvm)
displayName |
A textual representation of the day, suitable for display purposes. The localized name will be returned, if available. If not, the ISO day of week number will be returned instead. fun displayName(style: TextStyle, locale: Locale = defaultLocale()): String |
(jvm)
localizedName |
The localized name of the day, 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? |
(jvm)
number |
The day of week number (1-7) according to the specified locale. Typically, the week will start on either Monday, Sunday, or Saturday. The number returned may differ between platforms. fun number(locale: Locale): Int |