Version 1.1.18

Date 2019-11-03 (2,232 days ago)
Downloads 20K downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET Standard 1.1 .NET Standard 1.3 .NET 4.5 .NET 4.6 .NET 4.7

Installation

Changelog

  • Fixed an issue with EssentialsWeek.GetEnumerator not properly taking daylight savings into account (see 9a169be)
    The enumerator would return a result with two Mondays when iterating over week 42 (as daylights savings is no longer in effect) 😊

  • Introduced new GetsDaysBetween method for the EssentialsDate class (see 8c12b93)
    The method can be used for calculating the difference between two dates. As there is no time or time zones involved when using EssentialsDate, the result is an integer representing the number of days between the two dates.