dayafter

Description

A schedule that returns the day after when a nested schedule is due.

This is designed to be used for processing which happens the day after, i.e. processing previous business days data.

This is paticularly useful for scheduling around holidays when a process is still required to run on the holiday, but not the day after the holiday.

Example

This will run at 2am tuesday to saturday.

 <dayafter>
   <dayofmonth from="25" to="0" >
     <last>
        <dayofweek from="mon" to="fri" >
          <time on="02:00" /gt;
        </dayofweek>
     </last>h;
   </dayofmonth>
 </dayafter>
 


(c) Rob Gordon 2005