Home > @infiniteobjects/core-library-node > Time
Utilities to parse times.
Signature:
export declare class Time
times come in Milliseconds
| Method | Modifiers | Description |
|---|---|---|
| fromTimeCode(timeCode) | static |
Return the amount of Milliseconds of the given time string |
| toTimeCode(ms) | static |
Return a time code for a given amount of Milliseconds |