feat: Added CultureInfo extensions for converting between 12 hour and 24 hour time formatting

This commit is contained in:
Chris Cameron
2019-09-10 17:19:00 -04:00
parent b4d82a855e
commit 96d2df8871
2 changed files with 75 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added math util method for modulus
- Added TimeSpan extension methods for cycling hours and minutes without modifying the day
- Added a dictionary extension method for getting or adding a new value via func
- Added CultureInfo extensions for converting between 12 hour and 24 hour time formatting
### Changed
- The Root Config path in Net Standard will now be the ICD.Connect folder in the current environments ProgramData directory