millisecondOfSecond property

int millisecondOfSecond

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

Implementation

int get millisecondOfSecond => clockTime.timeSinceMidnight.millisecondOfSecond;