Get-Minute
Command Description
Get the minute of a time
Command Prototype
iRet = Time.Minute(dTime)
Parameter Description
Parameter | Required | Type | Default | Description |
---|---|---|---|---|
dTime | True | expression | tRet | The time when the data is obtained |
return
iRet,The variable used to save the output of the command.
Demo
Dim iRet
iRet = Time.Minute(44601.623032407)
TracePrint(iRet)
/**
iRet 57
*/