Skip to content

HoursBetween

Shaun Lawrence edited this page Aug 13, 2020 · 2 revisions

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

HoursBetween(start, end)

Parameters

start

The starting date/time.

Type DateTime
Required Yes

end

The ending date/time

Type DateTime
Required Yes

Examples

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

Returns the number of hours between the two dates (8616).

Clone this wiki locally