startOfHour method

Moment startOfHour()

Returns start of the hour

Returned object will have same timezone as this

Implementation

Moment startOfHour() => startOf(DurationUnit.hour);