microsecondOfSecond property

int microsecondOfSecond

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

Implementation

int get microsecondOfSecond => localDateTime.microsecondOfSecond;