FileAgesDateType¶
Description Determines which date is displayed in the exported “Age of Files” chart.
Syntax
SetOption FileAgesDateType: <Integer>;
Example
$SOS.SetOption("FileAgesDateType", 9)
SOS.SetOption "FileAgesDateType", 9
Sets the date which will be displayed in the “Age of Files” chart to “Last change date”.
Remarks Supported values:
- 9
“Last change date”
- 10
“Last access date”
- 11
“Creation date”