microsecondOfSecond property

int microsecondOfSecond

Gets the tick of this zoned date and time within the second, in the range 0 to 9,999,999 inclusive.

Implementation

int get microsecondOfSecond => _offsetDateTime.microsecondOfSecond;