NodaTime 3.2.2

Prefix Reserved
dotnet add package NodaTime --version 3.2.2
                    
NuGet\Install-Package NodaTime -Version 3.2.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NodaTime" Version="3.2.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NodaTime" Version="3.2.2" />
                    
Directory.Packages.props
<PackageReference Include="NodaTime" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NodaTime --version 3.2.2
                    
#r "nuget: NodaTime, 3.2.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package NodaTime@3.2.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NodaTime&version=3.2.2
                    
Install as a Cake Addin
#tool nuget:?package=NodaTime&version=3.2.2
                    
Install as a Cake Tool

Noda Time is an alternative date and time API for .NET. It helps you to think about your data more clearly, and express operations on that data more precisely.

See the project web site at https://nodatime.org for more details.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (707)

Showing the top 5 NuGet packages that depend on NodaTime:

Package Downloads
NodaTime.Serialization.JsonNet

Provides serialization support between Noda Time and Json.NET.

Ical.Net

The most popular iCalendar (RFC 5545) class library for .NET.

NodaTime.Serialization.SystemTextJson

Provides serialization support between Noda Time and System.Text.Json

Npgsql.NodaTime

NodaTime plugin for Npgsql, allowing mapping of PostgreSQL date/time types to NodaTime types.

NodaTime.Testing

Provides extra types which may be useful when testing code which uses Noda Time, such as a fake programmable implementation of IClock and a time zone which has a fixed transition. These types are also used to test Noda Time itself.

GitHub repositories (75)

Showing the top 20 popular GitHub repositories that depend on NodaTime:

Repository Stars
QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
dotnet/orleans
Cloud Native application framework for .NET
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
protobuf-net/protobuf-net
Protocol Buffers library for idiomatic .NET
sebastienros/jint
Javascript Interpreter for .NET
ravendb/ravendb
ACID Document Database
npgsql/npgsql
Npgsql is the .NET data provider for PostgreSQL.
linq2db/linq2db
Linq to database provider.
Squidex/squidex
Headless CMS and Content Managment Hub
oqtane/oqtane.framework
Oqtane is an open-source developer productivity platform for building modern .NET applications that run on Web, Desktop and Mobile.
dotnet/android
.NET for Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
zzzprojects/System.Linq.Dynamic.Core
The .NET Standard / .NET Core version from the System Linq Dynamic functionality.
RicoSuter/NJsonSchema
JSON Schema reader, generator and validator for .NET
geffzhang/NanoFabric
基于Consul + .NET Core + Polly + Ocelot + Exceptionless + IdentityServer等开源项目的微服务开发框架
cloudscribe/cloudscribe
ASP.NET Core multi-tenant web application foundation with management for sites, users, roles, claims and more
bkaankose/Wino-Mail
Built-in Mail & Calendars app clone for Windows.
UiPath/CoreWF
WF runtime ported to work on .NET 6
xianhc/ape-volo-admin
.Net 8 、SqlSugar ORM、Vue 2.X、RBAC。前后端分离的开箱则用的企业级的权限开发框架(中后台管理系统)
googleapis/google-cloud-dotnet
Google Cloud Client Libraries for .NET
Version Downloads Last Updated
3.2.2 6,537,571 3/23/2025
3.2.1 4,148,029 1/16/2025
3.2.0 8,090,223 10/13/2024
3.1.14 44,960 3/23/2025
3.1.13 15,327 1/16/2025
3.1.12 2,702,227 9/5/2024
3.1.11 14,529,451 2/8/2024
3.1.10 2,414,750 12/23/2023
3.1.9 17,684,384 3/29/2023
3.1.8 207,277 3/24/2023
3.1.7 148,833 3/23/2023
3.1.6 8,462,005 11/29/2022
3.1.5 3,400,288 10/29/2022
3.1.4 1,365,024 10/11/2022
3.1.3 1,103,648 9/24/2022
3.1.2 3,080,254 8/16/2022
3.1.1 82,560 8/12/2022
3.1.0 8,430,359 4/18/2022
3.1.0-rc.2 426 4/16/2022
3.0.10 3,115,476 3/17/2022
3.0.9 12,719,656 10/22/2021
3.0.7 1,079,714 10/2/2021
3.0.6 771,424 9/25/2021
3.0.5 15,024,100 1/24/2021
3.0.4 204,781 1/21/2021
3.0.3 5,920,783 10/22/2020
3.0.2 474,952 10/17/2020
3.0.1 1,390,675 10/8/2020
3.0.0 35,467,466 5/22/2020
3.0.0-beta02 24,172 4/25/2020
3.0.0-beta01 672,063 9/3/2019
3.0.0-alpha01 83,150 2/5/2019
2.4.18 532,213 3/17/2022
2.4.17 192,212 10/22/2021
2.4.15 11,142 10/2/2021
2.4.14 7,098 9/25/2021
2.4.13 427,035 1/24/2021
2.4.12 3,365 1/21/2021
2.4.11 260,039 10/22/2020
2.4.10 3,410 10/17/2020
2.4.9 28,878 10/8/2020
2.4.8 2,558,714 4/24/2020
2.4.7 11,866,901 9/11/2019
2.4.6 3,564,127 7/2/2019
2.4.5 5,852,975 3/26/2019
2.4.4 2,845,719 12/31/2018
2.4.3 7,393 12/30/2018
2.4.2 3,466,470 10/28/2018
2.4.1 1,396,052 10/18/2018
2.4.0 1,655,605 8/19/2018
2.3.2 7,732 10/28/2018
2.3.1 9,717 10/18/2018
2.3.0 2,152,567 5/19/2018
2.3.0-beta02 11,613 3/25/2018
2.3.0-beta01 22,394 12/13/2017
2.2.6 548,383 5/4/2018
2.2.5 776,276 3/24/2018
2.2.4 924,615 1/24/2018
2.2.3 655,944 11/16/2017
2.2.2 249,540 10/24/2017
2.2.1 111,132 10/14/2017
2.2.0 1,841,185 7/8/2017
2.1.5 4,376 5/4/2018
2.1.4 4,139 3/24/2018
2.1.3 4,164 1/24/2018
2.1.2 4,057 11/16/2017
2.1.1 4,163 10/24/2017
2.1.0 45,100 7/8/2017
2.1.0-beta01 19,367 7/5/2017
2.0.8 10,103 5/4/2018
2.0.7 4,200 3/24/2018
2.0.6 4,179 1/24/2018
2.0.5 5,651 11/16/2017
2.0.4 4,195 10/24/2017
2.0.3 206,157 6/13/2017
2.0.2 7,245,498 5/22/2017
2.0.1 171,706 5/5/2017
2.0.0 2,944,908 3/31/2017
2.0.0-rc3 4,113 3/27/2017
2.0.0-rc1 2,851 3/27/2017
2.0.0-beta20170123 58,847 1/23/2017
2.0.0-alpha20160729 93,842 7/29/2016
2.0.0-alpha20160707 8,610 7/7/2016
2.0.0-alpha20160523 27,243 5/23/2016
2.0.0-alpha20150728 20,085 7/28/2015
2.0.0-alpha20150718 3,730 7/18/2015
2.0.0-alpha20140808 6,238 8/8/2014
1.4.7 100,720 10/28/2018
1.4.6 3,371 10/18/2018
1.4.5 60,783 5/4/2018
1.4.4 48,801 3/24/2018
1.4.3 24,960 1/24/2018
1.4.2 63,586 10/23/2017
1.4.1 4,094 10/14/2017
1.4.0 64,463 7/8/2017
1.4.0-beta1 3,289 7/4/2017
1.3.8 25,056 5/4/2018
1.3.7 3,655 3/24/2018
1.3.6 3,981 1/24/2018
1.3.5 12,406 10/23/2017
1.3.4 792,186 3/21/2017
1.3.3 208,589 3/7/2017
1.3.2 3,422,086 4/14/2016
1.3.1 1,939,840 3/6/2015
1.3.0 1,607,151 6/27/2014
1.3.0-dev-20140518 3,928 5/18/2014
1.3.0-dev-20140515 3,988 5/15/2014
1.3.0-beta1 3,401 6/19/2014
1.2.0 269,639 11/16/2013
1.2.0-rc2 3,640 11/12/2013
1.2.0-rc1 3,397 11/1/2013
1.1.1 61,306 8/30/2013
1.1.0 24,312 4/6/2013
1.1.0-rc1 3,492 3/28/2013
1.1.0-dev-2013-31-01 3,310 1/31/2013
1.1.0-dev 3,797 12/14/2012
1.0.1 7,597 11/13/2012
1.0.0 8,956 11/7/2012
1.0.0-rc1 3,639 11/1/2012
1.0.0-beta2 5,243 8/4/2012
1.0.0-beta1 3,392 4/12/2012
0.9.0 6,917 2/17/2012