8 lines
337 B
Markdown
8 lines
337 B
Markdown
# Time range library
|
|
|
|
This library was created as an effect of creating multiple time management applications.
|
|
|
|
Main concepts:
|
|
- TimeRange: a both end closed range of LocalDates with iterator
|
|
- Diff: representation of difference between expected and actual time duration
|
|
- Duration: seconds between `LocalDateTime`s or other `Duration`s
|