Skip to main content

Get-Time

Command Description

Get the elapsed time since January 1, 1 900 (based on the system date and time of the current computer). Can output specified time through the formatting time command

Command Prototype

dTime = Time.Now()

Parameter Description

ParameterRequiredTypeDefaultDescription
NoneNoneNoneNoneNone

dTime,The variable used to save the output of the command.

Demo

Dim dTime 
dTime = Time.Now()
TracePrint(dTime)
/**
dTime = 44601.631793981
*/