totalMicrosecond property

int totalMicrosecond

Returns the total microsecond of this Time period.

Implementation

int get totalMicrosecond => (totalMilliseconds * 1000) + microsecond;