TimeStamp()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Input and Output functions >

TimeStamp()

Description

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())

 

Type

REGULAR FUNCTION

 

Usage

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".

 

Related Topics