stack

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

Duration.between() method

Return the amount of milliseconds passed between startDate and endDate

Signature:

static between(startDate: Date, endDate: Date): Milliseconds;

Parameters

Parameter Type Description
startDate Date  
endDate Date  

Returns:

Milliseconds