microsecond property

int get microsecond

Gets the microsecond of the second (0-999).

Implementation

int get microsecond => _dateTime.microsecond;