hoursAgo method

DateTime hoursAgo(
  1. int hours
)

Return the point in time hours ago.

Implementation

DateTime hoursAgo(int hours) => ago(hours: hours);