millisecondOfSecond property

int millisecondOfSecond

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

Implementation

int get millisecondOfSecond => localDateTime.millisecondOfSecond;