stack

Home > @infiniteobjects/core-library-node > Time

Time class

Utilities to parse times.

Signature:

export declare class Time 

Remarks

times come in Milliseconds

Methods

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