FileAgesDateType

<< Click to Display Table of Contents >>

Navigation:  OLE Automation > Application > Options >

FileAgesDateType

Description

Determines which date is displayed in the exported "Age of Files" chart.

Syntax

SetOption FileAgesDateType: <Integer>;

 
Example

$SOS.SetOption("FileAgesDateType", 9) #PowerShell

SOS.SetOption "FileAgesDateType", 9 'VBS

Sets the date which will be displayed in the "Age of Files" chart to "Last change date".

 
Remarks

Supported values:

Value

Description

9

"Last change date"

10

"Last access date"

11

"Creation date"