totalMilliseconds property

int totalMilliseconds

Returns the total milliseconds of this Time period.

Implementation

int get totalMilliseconds => (totalSeconds * 1000) + millisecond;