startOfHour property

DateTime startOfHour

Get a DateTime representing start of Hour of this DateTime in local time.

Implementation

DateTime get startOfHour => clone.setMinute(0, 0, 0, 0);