These timestamps are relative to a starting point which should be considered arbitrary, and only used to compare the dispatch times of events to one another.
KeyEventStruct.timestamp
uint timestamp() @property nothrowGet timestamp field.
Returns
A timestamp in milliseconds indicating when the event occurred.
void timestamp(uint propval) @property nothrowSet timestamp field.
Parameters
propval | A timestamp in milliseconds indicating when the event occurred. These timestamps are relative to a starting point which should be considered arbitrary, and only used to compare the dispatch times of events to one another. |