onlyDate property

DateTime onlyDate

Implementation

DateTime get onlyDate {
  return DateTime(year, month, day);
}