System Clock track
Use KZDev.SystemClock.PrimeTime when you want injectable clocks and timers built on TimeProvider and BCL date/time types with minimal dependencies.
In this track
- Usage guide —
AddPrimeClock,IPrimeClock, timers, and testing-focused notes. - Examples — runnable production and testing snippets pulled directly from the in-repo example projects.
- Testing packages guide — conceptual guide for paired testing packages (not a substitute for generated API pages below).
- Concepts — choosing a stack, shared timer/DST behavior, and ETW event monitoring.
API reference
Browse generated docs scoped to this stack:
- Production: KZDev.SystemClock.PrimeTime
- Testing: KZDev.SystemClock.PrimeTime.Testing