Time
Time
Description
Time returns the current system time.
Example
Rem Time Example 'Time returns current system time Dim RightNow RightNow = Time Print "The time now is " & RightNow
Output
The time now is 10:52:44 PM (sample time output is system dependant)
Related Items
DATE, DAY, DATEADD, HOUR, MINUTE, MONTH, NOW, SECOND, WEEKDAY, YEAR (and many more)