Description
-
Holds time information when user connected.
Property type
-
A Date value.
Syntax
-
object.TimeConnected [=
value]
The TimeConnected Property syntax has these parts:
| object |
An expression
evaluating to an object of type FtpUser. |
| value |
A Date value. |
Remarks
-
TimeConnected property holds date and time stamp when
user connected to the wodFtpServer. VB and VC can natively
work with this variable of type double - you can
add, subtract, calculate elapsed time...
|