File Search Library
ElapsedTime Property



KellermanSoftware.FileSearchLibrary Namespace > SearchParms Class : ElapsedTime Property
The time it took for the search or null if the search is not yet complete
Syntax
'Declaration
 
Public ReadOnly Property ElapsedTime As Nullable(Of TimeSpan)
'Usage
 
Dim instance As SearchParms
Dim value As Nullable(Of TimeSpan)
 
value = instance.ElapsedTime
public Nullable<TimeSpan> ElapsedTime {get;}
public:
property Nullable<TimeSpan> ElapsedTime {
   Nullable<TimeSpan> get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SearchParms Class
SearchParms Members