feat: Added TimeSpan extension methods for cycling hours and minutes without modifying the day

This commit is contained in:
Chris Cameron
2019-09-09 10:06:51 -04:00
parent 45ee3e70b0
commit 9a6f197aa0
4 changed files with 88 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added a method for converting 24 hour to 12 hour format
- Added a method for determining if a culture uses 24 hour format
- Added math util method for mod
- Added TimeSpan extension methods for cycling hours and minutes without modifying the day
## [9.8.0] - 2019-09-03
### Added