endOfHour property

DateTime endOfHour

Return the end of the hour for this date. The result will be in the local timezone.

Implementation

DateTime get endOfHour => clone.setMinute(59, 59, 999, 999);