Skip to content

MinutesBetween

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

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

MinutesBetween(start, end)

Parameters

start

The starting date/time.

Type DateTime
Required Yes

end

The ending date/time

Type DateTime
Required Yes

Examples

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

Returns the number of minutes between the two dates (516960).

Clone this wiki locally