start method

double start(
  1. int index
)

The start() method of the TimeRanges interface returns the time offset at which a specified time range begins.

Implementation

external double start(int index);