Specifying the System Time Format

There is a system time format SYSTIMEFMT which is set by default to "HH:MM:SS". You can use the value SYSTIMEFMT instead of specifying the string.

To change the system time format call the set time format function, se_timefmt():

se_timefmt(format_stp)

UCHAR *format_stp;    /* Format string to use                    */

After you make this call, SYSTIMEFMT is defined as the format string you passed.


Home Contents Previous Next