JavaScripture
Contribute via GitHub Feedback

TimeRanges : Object

Represents a list of time ranges.

Instance Properties

length : Number  

The number of ranges in the list.

Instance Methods

end(index : Number) : Number

Returns the end time of the range specified by index. index must be between 0 and this.length - 1.

start(index : Number) : Number

Returns the start time of the range specified by index. index must be between 0 and this.length - 1.