startOfDay method

DateTime startOfDay()

Implementation

DateTime startOfDay() {
  return DateTime(year, month, day);
}