endOfHour method

DateTime endOfHour()

Returns end of the hour

Returned object will have same timezone as this

Implementation

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