getEndOfDay method

DateTime getEndOfDay()

Implementation

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