Releases: Synnotech-AG/Synnotech.Time
Releases · Synnotech-AG/Synnotech.Time
It's Time! 🎉🎈🥳
Synntech.Time 1.0.0
- initial release
- use the
IClock
interface to abstract fromDateTime.Now
andDateTime.UtcNow
. There are implementations forUtcClock
,LocalClock
, andTestClock
(for Unit Tests). - use
DailyJob
for recurring functionality that should be executed daily on a specified time of day.