Compare time between events

Anyone have an easy way to compare time between 2 events? I keep trying methods that throw errors.
Thanks,
Craig

evt.date.time

That will give you the milliseconds time of the event.

now()

Will give you the current time in milliseconds.

Thanks!