Date | 2023-11-03 (378 days ago) |
---|---|
Downloads | 2,833 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET Standard 1.1 .NET Standard 1.3 .NET Standard 2.0 .NET 4.5 .NET 4.6 .NET 4.7 .NET 4.8 .NET 5 .NET 6 .NET 7 |
#installation
">InstallationInstall via NuGet - either via the .NET CLI:
dotnet add package Skybrud.Essentials --version 1.1.53
or the NuGet package manager:
Install-Package Skybrud.Essentials -Version 1.1.53
#changelog
">ChangelogAdded .NET 7 as an additional target framework (see 3bc7637
)
This means that the package can start using some of the newer C# features that are specific to .NET 7.
Added additional properties to EssentialsTime
that exists on DateTimeOffset
(see 7887034
)
The following properties were added:
Date
DateTime
LocalDateTime
UtcDateTime
Microsecond
(.NET 7+)Nanosecond
(.NET 7+)UtcTicks
Added IsSameDay
extension methods for DateTime
and DateTimeOffset
(see e5fed31
)
Similar methods already exist as static utility methods, so they might as well be available as extension methods.