CultureInfo.TimeAmPm

Syntax

TimeAmPm: Array

Description

The TimeAmPm property defines postfixes used for 12-hour time display mode.

Comments

Property value is set directly or from JSON. By default it contains the string array ["PM", "AM"].

Value of the array with the index 0 determines a postfix for the pm day half, value of the array with the index 1 determines postfix for the am day half.

Example

The example of use is given in the with description of the CultureInfo.dateToStr method.

See also:

CultureInfo