|
<< Click to Display Table of Contents >> FMTTime (time format) |
![]() ![]()
|
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. |