IFsrmFileManagementJob::put_DaysSinceFileLastModified 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 a file was last modified.

This property is read/write.

Syntax

HRESULT put_DaysSinceFileLastModified(
  long daysSinceModify
);

Parameters

daysSinceModify

Return value

None

Remarks

The value is FsrmDaysNotSpecified if not set.

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

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