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