Perform set operations like difference, union and intersection on list of timeslots, modeled as a pair of Timespans - one for the time past some reference point in time when the slot opens and the other for how long the slot stays open.
Info
Version: | 1.0.1-rc |
Author(s): | goekboet |
Last Update: | Friday, April 28, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/goekboet/timeslot |
NuGet Url: | https://www.nuget.org/packages/timeslot |
Install
Install-Package timeslot
dotnet add package timeslot
paket add timeslot
timeslot Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- System.ValueTuple(>= 4.3.0)
Tags