Time Function

Returns a Date (String) indicating the current system time.

Syntax

Time[$]()

Remarks

The Time$ form returns String values. The Time form returns Date values. Use the Time statement to set system date.

Example

Dim MyTime
MyTime = Time()    ' Assign current system time

 

See Also

Date Function, Date Statement, Time Statement, Timer Function