Skip to content

Zigor Time Table protocol implementations in Java, Swift and C#

License

Notifications You must be signed in to change notification settings

Resaneh24/ZigorTimeTable

Repository files navigation

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'