C# Date Diffs
Every time I have to write a DateDiff function in C# I always end up second guessing myself to make sure I’ve got the order of operations correct.
So this post is just for my future self when I inevitably end up needing to remember which order the DateTime subtractions should be in:
1 | public class Program |
.NET Fiddle here: https://dotnetfiddle.net/Ten6J0