get-time-stamp in event%
get-time-stamp
event%
Returns the time, in milliseconds, when the event occurred. This time is compatible with times reported by MzScheme's current-milliseconds procedure.
current-milliseconds
(send an-event get-time-stamp) -> exact integer
(send an-event get-time-stamp)
send
an-event