endOfHour method

Moment endOfHour()

Returns end of the hour

Returned object will have same timezone as this

Implementation

Moment endOfHour() => endOf(DurationUnit.hour);