stack

Home > @infiniteobjects/core-library-web > Duration > fromNow

Duration.fromNow() method

Return the amount of Milliseconds passed since startTime

Signature:

static fromNow(startDate: Date): Milliseconds;

Parameters

Parameter Type Description
startDate Date  

Returns:

Milliseconds