Back to product page

TimeConnected property


Holds time information when user connected.

Type

A Date value

Syntax

  • Basic
object.TimeConnected [= value]  
The TimeConnected(object,value) syntax has these parts:
objectAn expression evaluating to an object of type SSHUser.
valueA Date value.

Remarks

When user connects to server, this property is set to current time. Later in your code you can inspect this value to determine exactly how long is user connected.

Using VB's regular DATE type operations, you can add and delete it with appropriate types to determine difference between some other time and this one.

Platforms

Windows