[Index]

schedules:interval


This schedule returns an interval from the given time to the interval time later.

This schedule is commonly used as a refinement of another schedule such as the schedules:daily, schedules:time or schedules:count schedules.


Property Summary

interval The interval time.

Example Summary

Example 1 Every 20 minutes.
Example 2 Examples Elsewhere.

Property Detail

interval

Configured ByATTRIBUTE
AccessWRITE_ONLY
RequiredNo but defaults to no interval.

The interval time. The interval must be specified in one of the formats:

hh:mm
Hours and minutes.
hh:mm:ss
Hours, minutes and seconds.
hh.mm.ss.SSS
Hours, minutes, seconds and milliseconds.


Examples

Example 1

Every 20 minutes.

<schedules:interval interval="00:20" xmlns:schedules="http://rgordon.co.uk/oddjob/schedules"/>

Example 2

Examples Elsewhere.


(c) R Gordon Ltd 2005 - Present