SpaceObServer.SearchFilter.Properties.MinDate

<< Click to Display Table of Contents >>

Navigation:  OLE Automation > SearchFilter > Properties >

SpaceObServer.SearchFilter.Properties.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" #PowerShell

SOS.Filter.MinDate(9) = "2008-12-01" 'VBS

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 OLE Information Type
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.