File Search Library
MaxLastWriteDate Property



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