This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDatabaseConnectionInfo2 Interface > IDatabaseConnectionInfo2.ConnectionCurrentDateTime Property (ArcObjects .NET 10.5 SDK) |
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.