Namespace BotManager.Runtime.Utils
Classes
- DefaultDateTimeProvider
The default implementation of the IDateTimeProvider that returns the real system time.
- TestingDateTimeProvider
An implementation of IDateTimeProvider that can be used for testing. You can set Now manually and in a controlled way, so it don't return the real system time.
Interfaces
- IDateTimeProvider
An interface to wrap
DateTime.Nowin a provider for testing.