microsecondOfSecond property

int microsecondOfSecond

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

Implementation

int get microsecondOfSecond => clockTime.timeSinceMidnight.microsecondOfSecond;