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


IDatabaseConnectionInfo2.ConnectionCurrentDateTime Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDatabaseConnectionInfo2 Interface > IDatabaseConnectionInfo2.ConnectionCurrentDateTime Property
ArcGIS Developer Help

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