Setting the Default Format to Use for All Time Fields

Designer: To change the default time format used by the Designer, you need to modify the Designer configuration file. See the Designer User's Guide for more information.

Code: By default, time fields use the global system time format string Time field:SYSTIMEFMT. The default system time format is "HH:MM:SS". To change the system time format, call the set environment time format function, se_timefmt():

void se_timefmt(format_stp)

UCHAR *format_stp;            /* Pointer to format string            */

Any time field defined in code after calling this function will use the new definition of SYSTIMEFMT.


Home Contents Previous Next