TimeRange.nextMonth constructor

TimeRange.nextMonth()

In the local timezone

Implementation

factory TimeRange.nextMonth() =>
    MonthTimeRange.fromDateTime(Moment.startOfNextMonth());