Specifies the length of time between SCHEDULE updates.
Syntax
<INTERVALTIME DAY="n" HOUR="n" MIN="n" />
Attributes
Element Information
Number of occurrences None or one Parent elements SCHEDULE Child elements None File formats supported CDF Requires closing tag No
Remarks
The days, hours, and minutes are added to determine the length of the repeating interval.
Example
The following example shows a schedule that will update the channel every day during the month of December sometime between 10 A.M. and 2 P.M.
<SCHEDULE STARTDATE="1998-12-01" STOPDATE="1998-12-31"> <INTERVALTIME DAY="1" /> <EARLIESTTIME HOUR="10" /> <LATESTTIME HOUR="14" /> </SCHEDULE>