amPmTextFor

Get the localized AM/PM text.

Return

the localized AM/PM text or null if unavailable

Parameters

locale

the locale

value

0 for AM or 1 for PM

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

Get the localized AM/PM text.

Return

the localized AM/PM text or null if unavailable

Parameters

locale

the locale

value

0 for AM or 1 for PM

open override fun amPmTextFor(value: Long, locale: Locale): String?