You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove usage of DateUtil.GetSimpleDateTimeData (it returns IDateTime.Value which is better to understand)
Finally remove GetSimpleDateTimeData from DateUtil class
Refactor return Evaluate(Todo.Start, DateUtil.GetSimpleDateTimeData(beginningDate), DateUtil.GetSimpleDateTimeData(currDt).AddTicks(1), true); so that the magic AddTicks(1) becomes redundant.
The text was updated successfully, but these errors were encountered:
DateUtil.GetSimpleDateTimeData
(it returnsIDateTime.Value
which is better to understand)GetSimpleDateTimeData
fromDateUtil
classreturn Evaluate(Todo.Start, DateUtil.GetSimpleDateTimeData(beginningDate), DateUtil.GetSimpleDateTimeData(currDt).AddTicks(1), true);
so that the magicAddTicks(1)
becomes redundant.The text was updated successfully, but these errors were encountered: