endOfThisHour static method

DateTime endOfThisHour()

End of the current hour in the local timezone

Implementation

static DateTime endOfThisHour() => DateTime.now().endOfHour();