[Index]

schedules:last


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

Property Summary

refinement Provide a refinement to this schedule.

Example Summary

Example 1 Last Tuesday or Wednesday of the month, whichever is last.

Property Detail

refinement

Configured ByELEMENT
AccessREAD_WRITE
RequiredNo.

Provide a refinement to this schedule.


Examples

Example 1

Last Tuesday or Wednesday of the month, whichever is last.

<schedules:monthly fromDay="-6" toDay="0" xmlns:schedules="http://rgordon.co.uk/oddjob/schedules">
    <refinement>
        <schedules:last>
            <refinement>
                <schedules:list>
                    <schedules>
                        <schedules:weekly on="Tuesday"/>
                        <schedules:weekly on="Wednesday"/>
                    </schedules>
                </schedules:list>
            </refinement>
        </schedules:last>
    </refinement>
</schedules:monthly>


(c) Rob Gordon 2005 - 2017