GetTime
GetTime>result
Returns the current time in the specified variable. The format of the time depends on the regional settings of the system.
Abbreviation : GTM
See also: GetDate, Year, Month, Day, FileDate
Example
GetTime>time
Let>msg=The Time Is :
ConCat>msg,time
Message>msg