saritasa-nest / saritasa-dotnet-tools

Development Tools For Company'S .NET Projects.
BSD 2-Clause "Simplified" License
27 stars 13 forks source link

Add compare/equals extension methods for DateTime. #19

Closed ko-vasilev closed 7 years ago

ko-vasilev commented 7 years ago

It would be nice to have extension method with following signature: public static int CompareTo(this DateTime source, DateTime target, DateTimePeriod period)

Basically it would do the same as source.Truncate(period).CompareTo(target.Truncate(period)).

krasninja commented 7 years ago

Added, will be in 0.1.3 release.