TimeRanges
Values
end
Returns the time for the end of the range with the given index.
Throws an "IndexSizeError" DOMException if the index is out of range. Read more on MDN
start
Returns the time for the start of the range with the given index.
Throws an "IndexSizeError" DOMException if the index is out of range. Read more on MDN