Noda Time is a date and time API acting as an alternative to the built-in DateTime/DateTimeOffet etc types built into the .NET framework. It's based on the "engine" of Joda Time, the popular Java library - but with an API designed from the ground up.
dotnet add package NodaTime
Install-Package NodaTime
| 作者 | Jon Skeet |
|---|---|
| 项目主页 | http://noda-time.googlecode.com |
| 许可证 | http://www.apache.org/licenses/LICENSE-2.0 |
| 最新版本 | 3.3.2 |