startAtHour method

bool startAtHour(
  1. DateTime timePoint
)

Implementation

bool startAtHour(DateTime timePoint) => start.hour == timePoint.hour;