dayOfWeekTextFor

Get the localized day of the week text for a given ISO day of week number.

Return

the localized day of week text or null if unavailable

Parameters

locale

the locale

style

the style of the text

value

an ISO day of week number, from Monday (1) to Sunday (7)

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

Get the localized day of the week text for a given ISO day of week number.

Return

the localized day of week text or null if unavailable

Parameters

locale

the locale

style

the style of the text

value

an ISO day of week number, from Monday (1) to Sunday (7)

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