startOfHour method

DateTime startOfHour()

Returns start of the hour

Returned object will have same timezone as this

Implementation

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