mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
slightly different compose
This commit is contained in:
@@ -15,6 +15,7 @@ public class SemesterPlanner
|
||||
{
|
||||
var month = ((startDate.Month + monthDiff - 1) % 12) + 1;
|
||||
var year = startDate.Year + ((startDate.Month + monthDiff - 1) / 12);
|
||||
|
||||
return new CalendarMonth(year, month);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user