Skip to main content

Get-Time--Date

Command Description

Get the elapsed days since January 1, 1 900 (based on the system date and time of the current computer). Can output specified date through the formatting time command

Command Prototype

dTime = Time.Date()

Parameter Description

ParameterRequiredTypeDefaultDescription
NoneNoneNoneNoneNone

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

Demo

Dim dTime 
dTime = Time.Date()
TracePrint(dTime)
/**
dTime = 44601.0
*/