Noda Time is a date and time API acting as an alternative to the built-in DateTime/DateTimeOffset etc types in .NET.
Info
Version: | 3.2.0 |
Author(s): | Jon Skeet |
Last Update: | Sunday, October 13, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://nodatime.org/ |
NuGet Url: | https://www.nuget.org/packages/NodaTime |
Install
Install-Package NodaTime
dotnet add package NodaTime
paket add NodaTime
NodaTime Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Runtime.CompilerServices.Unsafe(>= 4.7.1)
Tags