[Index]

schedules:date


Provide a schedule for a specific date or define an interval between two dates.

The dates must be of the form yyyy-MM-dd where the format is as specified by the Java Date Format.


Property Summary

from The from date for the schedule.
on A specific date on which to schedule something.
refinement Provide a refinement to this schedule.
to The to date for the schedule.

Example Summary

Example 1 A schedule for Christmas.

Property Detail

from

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

The from date for the schedule. Defaults to along time ago.

on

Configured ByATTRIBUTE
AccessWRITE_ONLY
RequiredNo.

A specific date on which to schedule something.

refinement

Configured ByELEMENT
AccessREAD_WRITE
RequiredNo.

Provide a refinement to this schedule.

to

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

The to date for the schedule. This date is inclusive, the defined interval is up to and including the last millisecond of this date. This defaults to a long time away.


Examples

Example 1

A schedule for Christmas.

<schedules:date on="2004-12-25" xmlns:schedules="http://rgordon.co.uk/oddjob/schedules"/>


(c) R Gordon Ltd 2005 - Present