endOfMonth property

DateTime get endOfMonth

Returns the end of the month (last day 23:59:59)

Implementation

DateTime get endOfMonth => DateCalculations.endOfMonth(this);