microsecondOfSecond property

int microsecondOfSecond

Gets the microsecond of this local time within the second, in the range 0 to 999,999 inclusive.

Implementation

int get microsecondOfSecond => timeSinceMidnight.microsecondOfSecond;