netsharpdev / TimeLibrary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TimeLibrary

Nuget gallery

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.

Here is the documentation.

Installation via Nuget Package Manager

Use your nuget package manager and type following:

Install-Package TimeLib

Installation via .NET CLI

dotnet add package TimeLib

About


Languages

Language:C# 100.0%