The system function DateTimeLib.currentTime retrieves the current system time in six-digit format (HHmmss). The value is automatically updated each time it is referenced by your program.
DateTimeLib.currentTime( ) returns (result TIME)
The characteristics of DateTimeLib.currentTime are as follows:
myTime = DateTimeLib.currentTime;
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library DateTimeLib