holonsoft.FluentDateTime
2.1.1
dotnet add package holonsoft.FluentDateTime --version 2.1.1
NuGet\Install-Package holonsoft.FluentDateTime -Version 2.1.1
<PackageReference Include="holonsoft.FluentDateTime" Version="2.1.1" />
<PackageVersion Include="holonsoft.FluentDateTime" Version="2.1.1" />
<PackageReference Include="holonsoft.FluentDateTime" />
paket add holonsoft.FluentDateTime --version 2.1.1
#r "nuget: holonsoft.FluentDateTime, 2.1.1"
#:package holonsoft.FluentDateTime@2.1.1
#addin nuget:?package=holonsoft.FluentDateTime&version=2.1.1
#tool nuget:?package=holonsoft.FluentDateTime&version=2.1.1
<img src="/src/icon.png" height="30px"> FluentDateTime
new in v2.1.1
- support for net8, net9, net10
- older net versions are not supported anymore
at a glance
Allows cleaner DateTime expressions and operations.
Inspired by Ruby DateTime Extensions
Usage
Here is some examples of use cases
// DateTime operations
DateTime.Now - 1.Weeks() - 3.Days() + 14.Minutes()
DateTime.Now + 5.Years()
// Relative DateTime evaluations
3.Days().Ago()
2.Days().Since(DateTime.Now)
// Fluent DateTime estimations
DateTime.Now.NextDay()
DateTime.Now.NextYear()
DateTime.Now.PreviousYear()
DateTime.Now.WeekAfter()
DateTime.Now.Midnight()
DateTime.Now.Noon()
// Current DateTime manipulation
DateTime.Now.SetTime(11, 55, 0)
See Unit Tests in the project for more details.
Icon
Calendar from The Noun Project
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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 is compatible. 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 is compatible. 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. |
-
net10.0
- No dependencies.
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on holonsoft.FluentDateTime:
| Package | Downloads |
|---|---|
|
holonsoft.FastProtocolConverter
Reflection based fast protocol converter: Converts raw bytes (e. g. from a hardware device) data to an instance of a class or vice versa |
GitHub repositories
This package is not used by any popular GitHub repositories.
This is a fork from the famous https://github.com/FluentDateTime/FluentDateTime, ported to some more and newer framework versions ... and a lot of new stuff :-)