Amoenus.PclTimer 0.3.9.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Amoenus.PclTimer --version 0.3.9.1
NuGet\Install-Package Amoenus.PclTimer -Version 0.3.9.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Amoenus.PclTimer" Version="0.3.9.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Amoenus.PclTimer --version 0.3.9.1
#r "nuget: Amoenus.PclTimer, 0.3.9.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Amoenus.PclTimer as a Cake Addin
#addin nuget:?package=Amoenus.PclTimer&version=0.3.9.1

// Install Amoenus.PclTimer as a Cake Tool
#tool nuget:?package=Amoenus.PclTimer&version=0.3.9.1

Timer classes to be used in Xamarin PCL.
     
     Includes CountDownTimer that will count down to zero once every second.
     Includes CountUpTimer that will count up indefinetly once every second
     
     Constructor takes a timespan for initial time. You can hook up to events for UI updates.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.23 8,943 4/4/2017
0.4.16 1,096 4/4/2017
0.4.0 1,142 3/20/2017
0.3.9.5 12,016 3/16/2017
0.3.9.1 1,060 3/16/2017
0.3.9 1,170 3/7/2017
0.3.3 1,733 9/5/2016
0.3.2 1,051 9/5/2016
0.3.1 1,049 9/3/2016
0.2.0 1,886 9/1/2016

Added CountUpTimer