is there an automated way to find if timespans overlap?
I guess I could check each timespan if it overlaps with every other timespan. I could iterate through them all and assemble a list of those which overlap.
To test it it overlaps is not complicated. But are there any built in functions of TimeSpan or DateTime that could help?
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.
ASKER