Is there a library that exists that will parse human readable timespans into a .net TimeSpan?
I need something that will parse strings like
30 days
1 week
5 hours
Does such a thing exist? Its probably not too hard to write myself, but if something is out there, it would be so much easier!
I currently don't need functionality like "30 days, 3 hours, 5 minutes", just the one value, but it couldn't hurt!