Click here to Skip to main content
15,896,278 members
Articles / Programming Languages / C#

MoreDateTime - ExtendedDateTime Extension Library for .NET

Rate me:
Please Sign up or sign in to vote.
4.97/5 (9 votes)
13 Feb 2024MIT4 min read 22.3K   165   22  
An extension library to simplify dealing with .NET's DateTime, DateOnly, TimeOnly and TimeSpan objects, also includes support for the ISO 8601 EDTF profile.
"MoreDateTime" is a feature-rich .NET date and time library that extends the standard DateTime functionality, offering over 300 methods for managing dates, times, and date ranges, including support for ISO 8601-2 2019 Extended Date Time Format Profile (EDTF). It simplifies common date and time tasks, supports conversions between various date types, and is designed as an extension to the .NET standard library, making it a powerful tool for working with dates and times in .NET applications.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License



Comments and Discussions