This document is archived and information here might be outdated. Recommended version. |
The current DBMS date/time.
[Visual Basic .NET] Public ReadOnly Property ConnectionCurrentDateTime As Object
[C#] public object ConnectionCurrentDateTime {get;}
[C++]
HRESULT get_ConnectionCurrentDateTime(
Variant* datetime
);
[C++]
Parameters datetime [out, retval]
datetime is a parameter of type VARIANT*
The object returned by this property is a System.DateTime struct.
The object returned by this property is a System.DateTime struct.