Get-Time--without-Date
Command Description
Get the time in the format of floating number (that doesn't include date and is based on the system date and time of the current computer). Can output specified time through the formatting time command
Command Prototype
dTime = Time.Time()
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.Time()
TracePrint(dTime)
/**
dTime = 0.63292824073869
*/