<div class="content" name="DaysSinceFileLastAccessed" uuid="567922ee-7f90-4e3c-a647-a61e6853722d"><p>The DaysSinceFileLastAccessed (put) method sets the <b>days
since file last accessed</b> property for the file management job.</p><dl>
<dd>
<div><pre> [propput, id(FSRM_PROPERTY(FSRM_DISPID_FILE_MANAGEMENT_JOB | 0x0d))] HRESULT DaysSinceFileLastAccessed(
   [in] long daysSinceAccess
 );
</pre></div>
</dd></dl><p><b>daysSinceAccess: </b>Contains the <b>days since
file last accessed</b> property for this file management job.</p><p><b>Return Values: </b>The method MUST return zero on
success, or a nonzero error code on failure.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Return value/code</p>
   </th>
   <th>
   <p>Description</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>0x80070057 E_INVALIDARG</td>
  <td>The daysSinceAccess parameter is less than 0.</td>
 </tr></tbody></table>
</dd></dl><p>Upon receiving this message, the server MUST validate
parameters:</p><ul><li><p><span><span> 
</span></span>Verify that <i>daysSinceAccess</i> is not less than zero.</p>
</li></ul><p>If any validation fails, the server MUST terminate
processing and return a nonzero error code.</p><p>The server MUST set the <b>days since file last accessed</b>
property of this file management job to <i>daysSinceAccess</i>.</p></div>