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() @propertyGet timestamp field.
Returns
A timestamp in milliseconds indicating when the event occurred.
void timestamp(uint propval) @propertySet 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. |