Skip to main content

Get-Day

Command Description

Get the date of a time

Command Prototype

iRet = Time.Day(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.Day(44601.0)
TracePrint(iRet)
/**
iRet 9
*/