Home > @infiniteobjects/core-library-web > Duration > between
Return the amount of milliseconds passed between startDate and endDate
Signature:
static between(startDate: Date, endDate: Date): Milliseconds;
| Parameter | Type | Description |
|---|---|---|
| startDate | Date | |
| endDate | Date |
Returns:
Milliseconds