Get-Timestamp
Command Description
Return the timestamp of the current time. (The number of floating point seconds that have elapsed since startup)
Command Prototype
dTime = Time.Timer()
Parameter Description
Parameter | Required | Type | Default | Description |
---|---|---|---|---|
None | None | None | None | None |
dTime,The variable used to save the output of the command.
Demo
Dim dTime
dTime = Time.Timer ()
TracePrint(dTime)
/**
dTime = 170044.9191092
*/