endOfDay property

DateTime endOfDay

Implementation

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