endOfDay method

DateTime endOfDay()

Implementation

DateTime endOfDay() {
  return DateTime(
      year,
      month,
      day,
      23,
      59,
      59,
      999);
}