ExtendType.OfDateTime 1.3.0

dotnet add package ExtendType.OfDateTime --version 1.3.0
                    
NuGet\Install-Package ExtendType.OfDateTime -Version 1.3.0
                    
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="ExtendType.OfDateTime" Version="1.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ExtendType.OfDateTime" Version="1.3.0" />
                    
Directory.Packages.props
<PackageReference Include="ExtendType.OfDateTime" />
                    
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 ExtendType.OfDateTime --version 1.3.0
                    
#r "nuget: ExtendType.OfDateTime, 1.3.0"
                    
#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 ExtendType.OfDateTime@1.3.0
                    
#: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=ExtendType.OfDateTime&version=1.3.0
                    
Install as a Cake Addin
#tool nuget:?package=ExtendType.OfDateTime&version=1.3.0
                    
Install as a Cake Tool

A library of fluent utility extensions for System.DateTime

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.3.0 4,756 2/6/2017
1.2.5 1,333 1/29/2016
1.2.4 1,453 10/14/2014
1.2.3 1,295 10/14/2014
1.2.2 1,263 10/13/2014
1.2.1 1,298 10/13/2014
1.2.0 1,254 10/13/2014
1.1.1 1,258 10/13/2014
1.1.0 1,291 10/13/2014
1.0.4 1,301 10/13/2014
1.0.3 1,334 8/8/2014
1.0.0 1,277 7/29/2014
0.0.3 1,267 8/8/2014
0.0.2 1,319 8/8/2014
0.0.1 1,645 7/29/2014

1.3.0 - Breaking change updated until methods to use floats, fixed framework version targeting
1.2.5 - Added additional comments, Added methods to validation, fixed IsMax bug in validation
1.2.4 - Bugfix start of week end of week calculation also added week start option
1.2.3 - Bugfix start of week end of week calculation
1.2.2 - Added manipulation extensions
1.2.1 - Added time to ending and starting periods
1.2.0 - Breaking change Renamed "Days" namespace to periods completed period calculation extensions
1.1.1 - Fixed rounding direction on difference extension methods protected from div by zero
1.1.0 - Fixed naming conventions on difference extension methods
1.0.4 - Added date difference calculations