roundToHour method

DateTime roundToHour()

Implementation

DateTime roundToHour() {
  return DateTime(year, month, day, hour);
}