Constructors
constructor
- new TimeInterval(startTime: number, endTime: number): TimeInterval
-
Parameters
-
startTime: number
-
endTime: number
Methods
equals
-
Parameters
Returns boolean
getDuration
-
Returns number
the duration
getEndTime
-
Returns number
the end time
getStartTime
-
Returns number
the start
A convenience class for storing a pair of instants that define a time interval.
1.0