Package elemental2.dom
Class TimeRanges
- java.lang.Object
-
- elemental2.dom.TimeRanges
-
@JsType(isNative=true, namespace="<global>") public class TimeRanges extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
length
-
Constructor Summary
Constructors Constructor Description TimeRanges()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
end(int index)
double
start(int index)
-