Skip to main content

Get-Month

Command Description

Get the month of a time

Command Prototype

iRet = Time.Month(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.Month(44601.623032407)
TracePrint(iRet)
/**
iRet 2
*/