MinDate¶
Description
Use this property to include only files with a certain minimum time stamp.
Syntax
property MinDate(DateType : <Shortint>): <String>;
Example
$SOS.Filter.MinDate(9) = "2008-12-01"
SOS.Filter.MinDate(9) = "2008-12-01"
Exclude all files that were last modified before the 1. December 2008.
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 Information Types. The date format is “YYYY-MM-DD”. This filter can be combined with the MaxDate filter to include only files within a certain timestamp interval.