Quantcast
Channel: ClosedXML - The easy way to OpenXML
Viewing all articles
Browse latest Browse all 1877

New Post: TimeSpan handling

$
0
0
It's the way .NET interprets timespan strings:
        TimeSpan ts;
        TimeSpan.TryParse("25:00:00", out ts);
        Console.WriteLine(ts.TotalHours); // 600 hours = 25 days = 25.00:00:00 

Viewing all articles
Browse latest Browse all 1877

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>