Time= Statement

Sets the system time.

Syntax

Time = time

Remarks

If time is a string, Time attempts to convert it to a time using the time separators you specified for your system. If it can't be converted to a valid time, an error occurs.

Note: Changing time is only possible if you have enough rights, required by the system.

Example

Dim MyTime
MyTime = #4:35:17 PM#   ' Assign a time.
Time = MyTime   ' Set system time to MyTime.

 

See Also

Date Function, Date Statement, Time Function