public class SkipHours extends Object implements Serializable
The <skipHours> element.
From the RSS 2.0 specification...
A hint for aggregators telling them which hours they can skip. More info here.
skipHours
An XML element that contains up to 24 <hour> sub-elements whose value is a number between 0 and 23, representing a time in GMT, when aggregators, if they support the feature, may not read the channel on hours listed in the <skipHours> element.
The hour beginning at midnight is hour zero.public List<Hour> getSkipHours()
public Hour getSkipHour(String skipHour)
skipHour - the hour of the day.Copyright © 2014. All rights reserved.