TimeRanges

abstract external class TimeRanges(source)

Exposes the JavaScript TimeRanges to Kotlin

Since Kotlin

1.1

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val length: Int
Since Kotlin 1.1

Functions

Link copied to clipboard
fun end(index: Int): Double
Since Kotlin 1.1
Link copied to clipboard
fun start(index: Int): Double
Since Kotlin 1.1