<< Zum Inhaltsverzeichnis >> Navigation: OLE Automation > SearchFilter > Properties > SpaceObServer.SearchFilter.Properties.MaxDate |
Description
Use this property to include only files with a certain maximum time stamp.
Syntax
property MaxDate(DateType : <Shortint>): <String>;
Example
$SOS.Filter.MaxDate(11) = "2008-03-31" #PowerShell
SOS.Filter.MaxDate(11) = "2008-03-31" 'VBS
Exclude all files that were created after the 31. March 2009.
Remarks
Permitted DateType values are 9 (Last modified date), 10 (Last access date) and 11 (Creation date). Find a list of all info types at OLE Information Type
The date format is "YYYY-MM-DD".
This filter can be combined with the MinDate filter to include only files within a certain timestamp interval.