class TimeRange
package com.turner.top.lib.utils
Defines range of time values
Constructor
Variables
Methods
contains (time:Float):Bool
Check if specified time is within range
Parameters:
time | The time to check |
|---|
Returns:
true if within range
greaterThanRange (range:TimeRange, inclusive:Bool = true):Bool
Determine if this range is beyond a given range
lessThanRange (range:TimeRange, inclusive:Bool = true):Bool
Determine if this range is less than a given range