FMTTime (time format)

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

FMTTime (time format)

Return to chapter overview

The FMTTime structure describes the time format for the current session, using the following fields:

Field

Type

Description

cTimeSeparator

CHAR

Specifies the time separator character (for example, ".").

bTwelveHour

INT8

If TRUE, represent as 12-hour time.

szAmString[6]

CHAR

Specifies the string to use for designating AM time (only for 12-hour time).

szPmString[6]

CHAR

Specifies the string to use for designating PM time (only for 12-hour time).

bSeconds

INT8

If TRUE, show seconds.

bMilSeconds

INT8

If TRUE, show milliseconds.