daysAgo method

DateTime daysAgo (int days)

Return the point in time days ago.

Implementation

DateTime daysAgo(int days) => ago(days: days);