Sets the system time.
Time = time |
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.
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 |