TimeLibrary

Time library is a small lib created to allow using Time without DateTime structure. It could be helpful while you are building clock or timer.

To see the docs go here.

Installation via Nuget Package Manager

Use your nuget package manager and type following:

Install-Package TimeLib

Installation via .NET CLI

dotnet add package TimeLib
  • Improve this Doc
Back to top Generated by DocFX