AMT Help Files

SYSTEMTIME

Syntax

Command
Mandatory parameter
Optional parameter
Mandatory keyword
Optional keyword

<Destination> := SYSTEMTIME

Description

Systemtime returns current time of the system in hhmmssnn format where nn stands for hundredths of a second.

Diagram

Returned value type

String

Parameters

Parameter Description
Destination
The object to hold the returned system time.

Remarks

The system time will always be returned in the format hhmmssnn where nn stands for hundredths of a second.

Example


alpha8_time := systemtime

 

Return to

Commands