TimeRange.prevMonth constructor

TimeRange.prevMonth()

In the local timezone

Implementation

factory TimeRange.prevMonth() =>
    MonthTimeRange.fromDateTime(Moment.startOfPrevMonth());