CultureInfo.Hour24Mode

Syntax

Hour24Mode: Boolean

Description

The Hour24Mode property sets 24-hour time display mode.

Comments

Property value is set directly or from JSON, by default it is set to True.

If the property value is True 24 hour time display mode is used, otherwise - 12 hour mode.

Example

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

See also:

CultureInfo