Skip to content
This repository was archived by the owner on Jan 20, 2018. It is now read-only.

hatchan/TimeServices

Repository files navigation

TimeServices provides a way to access the current time but it makes it possible to switch implementation. It has been created with Dependency Injection in mind, so you can use it with you favorite container or use poor mans dependency injection. The library provides a basic interface, IClock, which provides a few ways to get the current time. It also provides a few basic implementations:
* SystemClock: Get the time from the system (production)
* FixedClock: Get the time from the values provided (unit tests)
* ServiceClock: Get the time from a remote source

I've also included some experimental/useless wrapped implementations, which probably never will/should be used:
* CompensatingClock: Compensate for clocks with lag
* OffsetClock: Subtract a provided amount of the wrapped clock

About

Small .NET library to switch current time providers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages