Skip to main content

NodaTime 3.3.2 — NuGet Package for .NET

NodaTime 3.3.2 NuGet package for .NET. Noda Time is a date and time API acting as an alternative to the built-in DateTime/DateTimeOffset etc types in .NET.

Authors: Jon Skeet

Total downloads: 300,425,598

Project URL: https://nodatime.org/

License: https://www.nuget.org/packages/NodaTime/3.3.2/license

Tags: date, time, timezone, calendar, nodatime

Install NodaTime 3.3.2

.NET CLI

dotnet add package NodaTime --version 3.3.2

Package Manager Console

Install-Package NodaTime -Version 3.3.2

PackageReference (csproj)

<PackageReference Include="NodaTime" Version="3.3.2" />

View full details, downloads chart, dependencies and version history on NuBrowse.