LATESTTIME element

Obsolete. Specifies the latest time during the INTERVALTIME that the schedule will be applied and updated.

Usage

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

Attributes

Attribute Type Required Description

DAY

n

No

Nonzero number specifying the first day within the INTERVALTIME that the SCHEDULE can be updated.

HOUR

n

No

Nonzero number specifying the last hour within the INTERVALTIME that the SCHEDULE can be updated.

MIN

n

No

Nonzero number specifying the last minute within the INTERVALTIME that the SCHEDULE can be updated.

Child elements

There are no child elements.

Parent elements

Element

SCHEDULE

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 offset value from the INTERVALTIME that represents the latest valid time for updating a channel. If omitted, the latest time is set to the beginning of INTERVALTIME.

Client applications can round the specified value to the nearest value that they consider significant.

Examples

The schedule shown below would cause the channel to be updated every day at a random time between 2 A.M. and 6 A.M. LATESTTIME is 6 A.M.

<SCHEDULE>
    <IntervalTime Day="1" />
    <EarliestTime Hour="2" />
    <LatestTime Hour="6" />
</SCHEDULE>

Element information

Minimum supported system

Windows XP
Can be empty Yes