Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 763 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 763 Bytes

Zigor Time Tables

C# Build Status

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.

Abilities

  • 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

Installation

.Net

ZigorTimeTable is available on Nuget: ZgTimeTable

Install-Package ZgTimeTable

Swift

ZigorTimeTable is available on CocoaPod: add this line to your podfile

Pod 'ZigorTimeTable'