timeHigh property

int timeHigh

The high field of the timestamp without the version number that was originally multiplexed into timeHighAndVersion.

Note that the full timestamp can be retrieved using time.

Implementation

int get timeHigh => timeHighAndVersion & 0x0FFF;