endOfDayUtc property

DateTime endOfDayUtc

Implementation

DateTime get endOfDayUtc {
  return DateTime.utc(year, month, day, 23, 59, 59);
}