endOfSecond method

Moment endOfSecond()

Returns end of the second

Returned object will have same timezone as this

Implementation

Moment endOfSecond() => endOf(DurationUnit.second);