Click to return to the Content     
HTTP-EQUIV Element     ITEM Element     CDF Reference for Active ...    
Web Workshop  |  Content & Component Delivery

INTERVALTIME Element


Specifies the length of time between SCHEDULE updates.

Syntax

<INTERVALTIME
    DAY="n"
    HOUR="n"
    MIN="n"
/>

Attributes

DAY
Nonzero number of days over which the SCHEDULE will repeat.
HOUR
Nonzero number of hours over which the SCHEDULE will repeat.
MIN
Nonzero number of minutes over which the SCHEDULE will repeat.

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>


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.