millisecondOfSecond property

int millisecondOfSecond

Gets the millisecond of this offset time within the second, in the range 0 to 999 inclusive.

Implementation

int get millisecondOfSecond => timeSinceMidnight.millisecondOfSecond;