Timer classes to be used in Xamarin PCL. Includes CountDownTimer : ICountDownTimer that will count down to zero once every second. Includes CountUpTimer : IPclTimer that will count up indefinitely once every second The constructor takes a timespan for the initial time. You can hook up to events for UI updates. Interval is now exposed so you can control the frequency of the ticks
$ dotnet add package Amoenus.PclTimerNo README available.