Returns a Date (String) indicating the current system time.
Time[$]() |
The Time$ form returns String values. The Time form returns Date values. Use the Time statement to set system date.
Dim MyTime MyTime = Time() ' Assign current system time |
See Also |
Date Function, Date Statement, Time Statement, Timer Function |