monthEnd property

DateTime monthEnd

Implementation

DateTime get monthEnd {
  return DateTime.utc(
    year,
    month,
    monthStart.daysInMonth,
    23,
    59,
    59,
    999,
  );
}