schedules:month

Description

A schedule for a range of months, or a month.

Properties

NameDescriptionRequired
refinement Provide a refinement to this schedule. No.
on The on date/time. This has the same effect as setting from and to to the same thing. No.

Example

 
 <schedules:list xmlns:schedules="http://rgordon.co.uk/oddjob/schedules" >
  <schedules>
   <schedules:month from="apr" to="sep" >
    <refinement>
     <schedules:time on="10:00" />
    </refinement
   </schedules:month>
   </schedules:month from="oct" to="mar" >
    <refinement>
     <schedules:time on="11:00" />
    </refinement>
   </month>
  </schedules>
 <schedules:list>
 


(c) Rob Gordon 2005 - 2009