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