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