File Search Library
SearchStartTime Property



KellermanSoftware.FileSearchLibrary Namespace > SearchParms Class : SearchStartTime Property
The time when the search began
Syntax
'Declaration
 
Public ReadOnly Property SearchStartTime As Nullable(Of Date)
'Usage
 
Dim instance As SearchParms
Dim value As Nullable(Of Date)
 
value = instance.SearchStartTime
public Nullable<DateTime> SearchStartTime {get;}
public:
property Nullable<DateTime> SearchStartTime {
   Nullable<DateTime> 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