Time Periods in .NET
I was working on a difficult problem last week at work. I had a list of times and I needed to find the overlapping periods (if any). Here's a simple example, if we have 3 periods of time: 3/24/2013 5:00am - 3/24/2013 7:00am 3/…
I was working on a difficult problem last week at work. I had a list of times and I needed to find the overlapping periods (if any). Here's a simple example, if we have 3 periods of time: 3/24/2013 5:00am - 3/24/2013 7:00am 3/…