INTERVALTIME element
Obsolete. Specifies the length of time between SCHEDULE updates.
Usage
<INTERVALTIME
DAY = "n"
HOUR = "n"
MIN = "n"/>
Attributes
Attribute | Type | Required | Description |
---|---|---|---|
DAY |
n |
No |
Nonzero number of days over which the SCHEDULE will repeat. |
HOUR |
n |
No |
Nonzero number of hours over which the SCHEDULE will repeat. |
MIN |
n |
No |
Nonzero number of minutes over which the SCHEDULE will repeat. |
Child elements
There are no child elements.
Parent elements
Element |
---|
Remarks
Windows Internet Explorer 7. The Channel Definition Format (CDF) is obsolete and should not be used.
The days, hours, and minutes are added to determine the length of the repeating interval.
Examples
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>
Element information
Minimum supported system |
Windows XP |
Can be empty | Yes |