Time
Returns the current system time as a string
result = Time
Returns the current system.
Returns the current system time in the format hh:mm:ss.
Syntax
Usage
result = Time
Return Value
Returns the current system.
Description
Returns the current system time in the format hh:mm:ss.
Example
Print "the current time is: "; Time
Differences from QB
- The QB TIME statement (to set the system time) is now called SetTime.
See also