endOfMillisecond method

Moment endOfMillisecond()

Returns end of the millisecond

Returned object will have same timezone as this

Implementation

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