Zigor time table is a model for Offline calculation of recurring time tables with minimal data structure and incredible performance. Time tables in Zigor are completely flexible.
- Determine nearest status change from a given time
- Determine whether or not status is Open at a given time
- Get a list of n changes in future from a given time
ZigorTimeTable is available on Nuget: ZgTimeTable
Install-Package ZgTimeTable
ZigorTimeTable is available on CocoaPod: add this line to your podfile
Pod 'ZigorTimeTable'