Skip to main content

Get-Second

Command Description

Get the second of a time

Command Prototype

iRet = Time.Second(dTime)

Parameter Description

ParameterRequiredTypeDefaultDescription
dTimeTrueexpressiontRetThe time when the data is obtained

return

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

Demo

Dim iRet 
iRet = Time.Second(44601.631793981)
TracePrint(iRet)
/**
iRet 47
*/