SkipHours

data class SkipHours(val hour: List<Int>)

A hint for aggregators telling them which hours they can skip. This element contains up to 24 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 element.

The hour beginning at midnight is hour zero.

Constructors

Link copied to clipboard
fun SkipHours(hour: List<Int>)

Properties

Link copied to clipboard
val hour: List<Int>

Sources

Link copied to clipboard