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


ITemporalWorkspaceStatistics2.ConnectionTime Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITemporalWorkspaceStatistics2 Interface > ITemporalWorkspaceStatistics2.ConnectionTime Property
ArcGIS Developer Help

ITemporalWorkspaceStatistics2.ConnectionTime Property

The time the connection was established.

[Visual Basic .NET]
Public ReadOnly Property ConnectionTime As ITime
[C#]
public ITime ConnectionTime {get;}
[C++]
HRESULT get_ConnectionTime(
  ITime** ConnectionTime
);
[C++]
Parameters
ConnectionTime [out, retval]

ConnectionTime is a parameter of type ITime**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITemporalWorkspaceStatistics2 Interface