<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Input and Output functions > TimeStamp() |
Create a STRING of the form "Hr:Min:Sec".
If no parameter is given, use the current system time. Otherwise, convert the parameter into a date. The parameter is derived from function Time().
You can print the current time and date to the output file by using:
Printl(TimeStamp(), " ", DateStamp())
REGULAR FUNCTION
Result = TimeStamp()
or
Result = TimeStamp(Marker)
Marker |
INDEX |
Elapsed seconds from 00:00:00, 1/1/70. |
Result |
STRING |
Time in the form "Hr:Min:Sec". |