roundToDayStart method

DateTime roundToDayStart()

Returns a new DateTime rounded to the start of the day (00:00:00).

Implementation

DateTime roundToDayStart() {
  return DateTimeCalculator.roundToDayStart(this);
}