This document is archived and information here might be outdated.  Recommended version.


IDatabaseConnectionInfo2.ConnectionCurrentDateTime Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDatabaseConnectionInfo2.ConnectionCurrentDateTime Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
[C#]

The object returned by this property is a System.DateTime struct.

[Visual Basic .NET]

The object returned by this property is a System.DateTime struct.

See Also

IDatabaseConnectionInfo2 Interface