diff ServerMonitor/Objects/Schedule.cs @ 4:3142e52cbe69

Lots more progress
author Brad Greco <brad@bgreco.net>
date Sun, 10 Feb 2019 20:51:26 -0500
parents 3e1a2131f897
children 052aa62cb42a
line wrap: on
line diff
--- a/ServerMonitor/Objects/Schedule.cs	Fri Jan 11 22:34:18 2019 -0500
+++ b/ServerMonitor/Objects/Schedule.cs	Sun Feb 10 20:51:26 2019 -0500
@@ -41,7 +41,6 @@
                 // If the last run time was more than a day ago, fast-forward to reduce the number of loops
                 if (nextTime < minStartTime.AddHours(-24))
                     nextTime = minStartTime.Date.Add(StartTime).AddHours(-24);
-                //TODO handle start time and end time
                 while (nextTime < minStartTime)
                 {
                     switch (Units)