Func Time
# VBScript Time Function
* * Complete VBScript Reference Manual](#)
* * *
The Time function returns the current system time.
### Syntax
Time
## Instance
## Instance (IE Only)
document.write("The current system time is: ")
document.write(Time)
The output of the above instance:
document.write("The current system time is: ") document.write(Time)
[Try it yourself Β»](#)
* * Complete VBScript Reference Manual](#)
YouTip