last

Description

This schedule will return it's last due nested schedule within the given parent interval.

Example

Last tuesday or wednesday of the month, whichever is last.

 <dayofmonth from="-6" to="0" >
   <last>
     <dayofweek on="tue" />
     <dayofweek on="wed" />
   </last>
 </dayofmonth>
 


(c) Rob Gordon 2005