monthTextFor

Get the localized month text for a given ISO month number.

Return

the localized month text or null if unavailable

Parameters

locale

the locale

style

the style of the text

value

an ISO month number, from January (1) to December (12)

darwin
open override fun monthTextFor(value: Long, style: TextStyle, locale: <ERROR CLASS>): String?

Get the localized month text for a given ISO month number.

Return

the localized month text or null if unavailable

Parameters

locale

the locale

style

the style of the text

value

an ISO month number, from January (1) to December (12)

open override fun monthTextFor(value: Long, style: TextStyle, locale: Locale): String?