GetTime
Use this function to get the current time.
You may find this function useful for keeping track of system events. By default, the time appears in the format hh:mm:ss, if no other format is specified.
Syntax:
GETTIME (["Format"])
where:
- Format is the formula for another method of returning a times tamp, such as “mm:ss:hh”. If this parameter is not specified, the default “hh:mm:ss” format is followed.
Syntax example:
GETTIME ()
GETTIME ("mm:hh:ss")