Skip to content

Releases: Synnotech-AG/Synnotech.Time

It's Time! 🎉🎈🥳

20 May 14:54
Compare
Choose a tag to compare

Synntech.Time 1.0.0

  • initial release
  • use the IClock interface to abstract from DateTime.Now and DateTime.UtcNow. There are implementations for UtcClock, LocalClock, and TestClock (for Unit Tests).
  • use DailyJob for recurring functionality that should be executed daily on a specified time of day.