TransferTime Property  
 

Return the number of seconds elapsed during a data transfer.

Syntax

object.TransferTime

Remarks

The TransferTime property returns the number of seconds that have elapsed since the last data connection was opened on the server. If the property is read while a transfer is ongoing, it returns the current elapsed time since the file transfer started.

If the property is read after the transfer has completed, it returns the total number of seconds it took to transfer the file. This property value is reset with every data transfer.

Data Type

Integer (Int32)

See Also

TransferBytes Property, TransferRate Property, OnProgress Event