-
Notifications
You must be signed in to change notification settings - Fork 26
MinutesBetween
Shaun Lawrence edited this page Aug 13, 2020
·
1 revision
Returns the number of minutes between the supplied date/times.
MinutesBetween(start, end)
The starting date/time.
Type | DateTime |
Required | Yes |
The ending date/time
Type | DateTime |
Required | Yes |
MinutesBetween(#01/01/2020#, #25/12/2020#)
Returns the number of minutes between the two dates (516960).
- AddDays
- AddHours
- AddMilliseconds
- AddMinutes
- AddMonths
- AddSeconds
- AddYears
- DayOf
- HourOf
- MillisecondOf
- MinuteOf
- MonthOf
- SecondOf
- YearOf
- DaysBetween
- HoursBetween
- MillisecondsBetween
- MinutesBetween
- SecondsBetween