Algosim documentation: MillisecondsBetween

MillisecondsBetween

Computes the number of milliseconds between two points in time.

Syntax

Description

If t and s are DateTime structures or timestamps, then MillisecondsBetween(t, s) returns the (in general non-integral) number of milliseconds between t and s, irrespective of the order of t and s.

Examples

MillisecondsBetween(yesterday(), today())
86400000