Package Description
$ dotnet add package Clocks.AbstractionThis project aim to provide an abstract layer to time related facilities in C#.
People use clock in 2 different ways:
DateTime.Now)DateTime.Now twice & use end - start to obtain the duration)People sometimes need to know the feature of clock:
People sometimes just want a logical clock indicating the sequence of events instead of a readable time point.