DateRange.thisSemester constructor

DateRange.thisSemester()

Creates a DateRange representing the current trimester.

Implementation

factory DateRange.thisSemester() => DateRange(today.firstDayOfSemester, today.lastDayOfSemester.endOfDay);