toDayTruncation method

DateTime toDayTruncation()

Implementation

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