asDay method

DateTime asDay()

Implementation

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