Time function (LotusScript® Language)
Returns the system time as a time value.
Syntax
Time[$]
Return value
Time returns a time value representing the system time.
The return value is the fractional part of the value returned by the Now function. Time returns that value as a Variant of DataType 7 (Date/Time). Time$ returns that value as a String.
Both forms return the time rounded to the nearest second.
Usage
You can call the Time function as either Time or Time( ). You can call the Time$ function as either Time$ or Time$( ).