elapsedSince(since) → {number}
How long has passed since the given time.
Parameters
Name | Type | Description |
---|---|---|
since | number | The time you want to measure against. |
Returns
number -
The difference between the given time and now.
- Source code: time/Time.js (Line 560)
Please login to continue.