Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unhandled Exception: Index was out of range. Fix
Fix maca134#7 Why: now=100 nextRun = 5 nextRun + 1 = 6 nextRun-now=-94 (Index out of range) Now: nextRun = now+next nextRun - now (Conversion from DateTime)
- Loading branch information