Skip to main content

Get-Weekday

Command Description

Get the weekday of a time

Command Prototype

iRet = Time.WeekDay(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.WeekDay(44601.642673611)
TracePrint(iRet)
/**
iRet 4
*/