Skip to content

v1.1.0

Compare
Choose a tag to compare
@Hefaistos68 Hefaistos68 released this 13 Apr 09:31
· 47 commits to main since this release
7e76d5d

New methods to deal with DateTime, DateOnly and TimeOnly like Split() to split a given range into smaller segments
Added methods for the TimeSpan class, truncate or round a TimeSpan now
Also changed the meaning of the IsBetween() methods in general, as I feel that it should exclude the start and end, on the other side the IsWithin() methods do exactly this, check if a value is within the range of start and end, including both.
More coverage on unit tests, getting close to 100%