Specifies the latest time during the INTERVALTIME that the schedule will be applied and updated.
Syntax
<LATESTTIME DAY="n" HOUR="n" MIN="n" />
Attributes
- DAY
- Nonzero number specifying the first day within the INTERVALTIME that the SCHEDULE can be updated.
- HOUR
- Nonzero number specifying the last hour within the INTERVALTIME that the SCHEDULE can be updated.
- MIN
- Nonzero number specifying the last minute within the INTERVALTIME that the SCHEDULE can be updated.
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 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.
Example
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>