PowerWEB File Upload for ASP.NET
EstimatedRemainingTime Property
See Also  Send comments on this topic.
Dart.FileUpload Namespace > UploadProgressEventArgs Class : EstimatedRemainingTime Property



The estimated time remaining for the upload operation.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property EstimatedRemainingTime As TimeSpan
Visual Basic (Usage)Copy Code
Dim instance As UploadProgressEventArgs
Dim value As TimeSpan
 
value = instance.EstimatedRemainingTime
C# 
public TimeSpan EstimatedRemainingTime {get;}
C++/CLI 
public:
property TimeSpan EstimatedRemainingTime {
   TimeSpan get();
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.