Skip to content

SecondsBetween

Shaun Lawrence edited this page Aug 13, 2020 · 1 revision

Returns the number of seconds between the supplied date/times.

SecondsBetween(start, end)

Parameters

start

The starting date/time.

Type DateTime
Required Yes

end

The ending date/time

Type DateTime
Required Yes

Examples

SecondsBetween(#01/01/2020#, #25/12/2020#)

Returns the number of seconds between the two dates (31017600).

Clone this wiki locally