beginningOfDay method

DateTime beginningOfDay()

Implementation

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