DIAdem Help

Method: Date for VBS

  • Updated2024-09-12
  • 1 minute(s) read

Method: Date for VBS

Specifies the current date. DIAdem uses the format specified in the operation system for the date.

vDate = Object.Date
ObjectVBS
Object with this method. You do not need to specify this object.
vDateVariant
Receives the current date.

The following example displays the current date:

Call MsgBox(Date)

Related Topics

DateAdd | DateDiff | DatePart | DateSerial | DateValue | Date | Day | Hour | Minute | MonthName | Month | Now | Second | TimeSerial | TimeValue | Time | Timer | Weekday | WeekdayName | Year