weeksAgo method

DateTime weeksAgo (int weeks)

Return the point in time weeks ago.

Implementation

DateTime weeksAgo(int weeks) => ago(days: 7 * weeks);