Returns a Duration with the given number of weeks.
Duration get weeks => Duration(microseconds: this * DurationWeeks.microsecondsPerWeek);