Noda Time is a date and time API acting as an alternative to the built-in DateTime/DateTimeOffset 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 1.3.0-beta1
Install-Package NodaTime -Version 1.3.0-beta1
| 作者 | Jon Skeet |
|---|---|
| 发布时间 | 2014-06-19 08:40:23 |
| 项目主页 | http://nodatime.org/ |
| 许可证 | http://www.apache.org/licenses/LICENSE-2.0 |