endOfHour property
DateTime
get
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);
Return the end of the hour for this date. The result will be in the local timezone.
DateTime get endOfHour => clone.setMinute(59, 59, 999, 999);