occurrence

Description

This schedule counts the occurence's of it's nested schedule and returns the required occurence.

Properties

NameDescriptionRequired
occurrence The number of the required occurrence. Yes.

Example

Second tuesday of the month.

 <dayofmonth from="1" to="0" >
   <occurrence occurrence="2" >
     <dayofweek on="tue" />
   </occurrence >
 </dayofmonth>
 


(c) Rob Gordon 2005