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"
SOS.Filter.MaxDate(11) = "2008-03-31"

Exclude all files that were created after the 31. March 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 OLE Information Types. 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.