File Search Library
MinLastWriteDate Property



KellermanSoftware.FileSearchLibrary Namespace > SearchParms Class : MinLastWriteDate Property
A file must be modified on or after this datetime to be included in the search. The default is no minimum Last Write Date
Syntax
'Declaration
 
Public Property MinLastWriteDate As Nullable(Of Date)
'Usage
 
Dim instance As SearchParms
Dim value As Nullable(Of Date)
 
instance.MinLastWriteDate = value
 
value = instance.MinLastWriteDate
public Nullable<DateTime> MinLastWriteDate {get; set;}
public:
property Nullable<DateTime> MinLastWriteDate {
   Nullable<DateTime> get();
   void set (    Nullable<DateTime> value);
}
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