The system function DateTimeLib.currentTimeStamp retrieves the current system time and date as a timestamp in twenty-digit format (yyyyMMddHHmmssffffff). The value is automatically updated each time it is referenced by your program.
DateTimeLib.currentTimeStamp( ) returns (result TIMESTAMP)
The characteristics of DateTimeLib.currentTimeStamp are as follows:
myTimeStamp = DateTimeLib.currentTimeStamp;
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library DateTimeLib