month Text For
open override fun monthTextFor(value: Long, style: TextStyle, locale: <ERROR CLASS>): String?
Content copied to clipboard
Get the localized month text for a given ISO month number.
Return
the localized month text or null if unavailable
Parameters
value
an ISO month number, from January (1) to December (12)
style
the style of the text
locale
the locale
Throws
io. islandtime. Date Time Exception
if the value is not a valid month number
open override fun monthTextFor(value: Long, style: TextStyle, locale: Locale): String?
Content copied to clipboard
Get the localized month text for a given ISO month number.
Return
the localized month text or null if unavailable
Parameters
value
an ISO month number, from January (1) to December (12)
style
the style of the text
locale
the locale
Throws
io. islandtime. Date Time Exception
if the value is not a valid month number