nanosecondOfSecond property

int nanosecondOfSecond

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

Implementation

int get nanosecondOfSecond => clockTime.timeSinceMidnight.nanosecondOfSecond;