Read only
 

DateTime Property


Description

Returns the system date and time.

 VB Syntax

datetime = app.DateTime

Variable

(Type) - Description

datetime

Variant to store the date and time.

app

An Application (object)

Return Type

Variant of type VT_DATE.

Default

Not Applicable

Examples

datetime = app.DateTime 'Read

C++ Syntax

HRESULT get_DateTime(VARIANT *datetime);

Interface

IApplication21