Back to product page

TransferTime property


Returns time needed to transfer current or previous file.

Type

TimeSpan.

Syntax

  • C#
  • VB.NET
TimeSpan TransferTime {get; };

ReadOnly Property TransferTime As TimeSpan

Remarks

TransferTime returns number of seconds since current file transfer has started, or total number of seconds of previous file transfer, if there are no transfers in progress anymore. You can use it in Done event to show basic information about the transfer, together with transfer speed in TransferRate property.

Platforms

Windows