TimeRange.nextMonth constructor
TimeRange.nextMonth()
In the local timezone
Implementation
factory TimeRange.nextMonth() =>
MonthTimeRange.fromDateTime(Moment.startOfNextMonth());
In the local timezone
factory TimeRange.nextMonth() =>
MonthTimeRange.fromDateTime(Moment.startOfNextMonth());