kotlin-stdlib / org.w3c.dom / TimeRanges TimeRanges JS 1.1 abstract class TimeRanges Exposes the JavaScript TimeRanges to Kotlin Constructors JS 1.1 <init> Exposes the JavaScript TimeRanges to Kotlin TimeRanges() Properties JS 1.1 length open val length: Int Functions JS 1.1 end fun end(index: Int): Double JS 1.1 start fun start(index: Int): Double