Many posts can be found on the Forums about how to calculate the difference between two dates in milliseconds.
The current Diff-functions that are available as built-in functions are DiffDays(), DiffHours(), DiffMinutes() and DiffSeconds().
Let's add a DiffMilliseconds() function to that list to speed up development even more as it comes in handy for numerous use cases.