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


IUserInfo.ConnectionTime Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IU > IUserInfo Interface > IUserInfo.ConnectionTime Property
ArcGIS Developer Help

IUserInfo.ConnectionTime Property

The time that the connection was made.

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

ConnectionTime is a parameter of type VARIANT*

Product Availability

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

Description

Server time when the connection was established.

See Also

IUserInfo Interface