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 --version 0.1.0
Install-Package NodaTime -Version 0.1.0
| 作者 | Jon Skeet |
|---|---|
| 发布时间 | 1900-01-01 00:00:00 |
| 项目主页 | http://noda-time.googlecode.com |
| 许可证 | http://www.apache.org/licenses/LICENSE-2.0 |