Description
Returns the current system time.
Syntax
Time
Remarks
To set the system time, use the Time statement.
See Also
Date Function, Date Statement, Time Statement, Timer Function.
Example
This example uses the Time function to return the current system time.
MyTime = Time ' Return current system time.