Could you guys recommend me a library which handles the most common missing features for the Date object in C#?
.. Things like figuring out:
Note: A library which implements its features as extension methods would be a plus.
There are some interesting datetime extension methods (especially for addition/subtraction) in this post: Post your extension goodies for C# .Net.
Check in particular the first answer for datetime-based extension libraries. The methods are being collected in a CodePlex project, maybe it's worth having a look.
Here is my attempt on extension methods for DateTime type. You can download it from sourceforge https://sourceforge.net/projects/xtensionsuite/
Also I have provided the list of methods so far I have added in this suite, and some examples in my blog. http://lazypro.nallenthal.in/ganesh-periasamy/english/coding/xtensionsuite-1/
hope this will help! :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With