millisecondOfSecond property
int
get
millisecondOfSecond
Gets the millisecond of this offset time within the second, in the range 0 to 999 inclusive.
Implementation
int get millisecondOfSecond =>
clockTime.timeSinceMidnight.millisecondOfSecond;