File Search Library
SearchEndTime Property



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