defaultTimestampFormat (EGL system variable)

The strLib.defaultTimestampFormat system variable specifies one of several patterns that EGL uses to create the string that the strLib.formatTimestamp() function returns.

To determine the initial value of strLib.defaultTimestampFormat, set the defaultTimestampFormat build descriptor option. For more information on this process, see defaultTimeStampFormat (build descriptor option). You can change the initial value at any time. If you have not established an initial value, EGL uses an empty string.

EGL uses the following process to determine the initial value of strLib.defaultTimestampFormat:

For details on the characteristics of a timestamp pattern, see Date/time masks and format specifiers.

strLib.defaultTimeFormat has the following characteristics:
Primitive type
STRING
Data length
Varies
Value saved across segments
Yes

Feedback