PhantomScript v1.7 Reference - Copyright © 2006 P1 Systems Incorporated. All Rights Reserved.

Prev | Next | Users Guide | PhantomScript Reference | P1 Systems


Date and Time

UTCTime

Syntax

UTCTime

Description

Return the current Coordinated Universal Time (UTC) time in the format hh:mm:ss. For example: "18:01:33".

Example

t = UTCTime
hr = Substring t 1 2
min = SubString t 4 2
sec = Substring t 7 2

The above assigns the fields of the time string returned by UTCTime to individual variables.



Prev | Next | Users Guide | PhantomScript Reference | P1 Systems

PhantomScript v1.7 Reference - Copyright © 2006 P1 Systems Incorporated. All Rights Reserved.