startOfThisHour static method

DateTime startOfThisHour()

Start of the current hour in the local timezone

Implementation

static DateTime startOfThisHour() => DateTime.now().startOfHour();