IFsrmFileManagementJob::put_DaysSinceFileCreated method (fsrmreports.h)

[This property is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMFileManagementJob class.]

The number of days that have elapsed since the file was created.

This property is read/write.

Syntax

HRESULT put_DaysSinceFileCreated(
  long daysSinceCreation
);

Parameters

daysSinceCreation

Return value

None

Remarks

The value is FsrmDaysNotSpecified if not set.

The job considers this condition met for a file if the file's creation date minus the job's current run date is less than the value of daysSinceCreation.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header fsrmreports.h
DLL SrmSvc.dll

See also

IFsrmFileManagementJob

MSFT_FSRMFileManagementJob