inMilliseconds property

int get inMilliseconds

Represents this Time as milliseconds.

Implementation

int get inMilliseconds => inMicroseconds ~/ 1000;