DateRanges in C#
Been playing around a bit with GitHub to try to get the feel for Git terminology, branching/merging, etc. My repo(s) can be found at: https://github.com/Kritner/
Was kind of surprised to find out there is no `DateRange` class within .net. I attempted to create the starts of one here: https://github.com/Kritner/Common/blob/master/Kritner.Common/DateExtensions/DateRange.cs Currently only includes DateRange — could contain more stuff at some point.
Getting my Surface Pro 3 tomorrow hopefully I’ll have more of a chance to randomly type in a compiler while watching TV once it’s here! :3
Originally published at kritner.blogspot.com on November 28, 2014.