endOfMillisecond method

DateTime endOfMillisecond()

Returns end of the millisecond

Returned object will have same timezone as this

Implementation

DateTime endOfMillisecond() => endOf(DurationUnit.millisecond);