nanosecondOfSecond property

int nanosecondOfSecond

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

Implementation

int get nanosecondOfSecond => timeSinceMidnight.nanosecondOfSecond;