ArcObjects Library Reference (GeoDatabase)  

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