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