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


ITemporalWorkspaceStatistics2.ConnectionTime Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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