endOfMinute method

Moment endOfMinute()

Returns end of the minute

Returned object will have same timezone as this

Implementation

Moment endOfMinute() => endOf(DurationUnit.minute);