Interface IDateTimeProvider
- Namespace
- BotManager.Runtime.Utils
- Assembly
- BotManager.Runtime.dll
An interface to wrap DateTime.Now in a provider for testing.
public interface IDateTimeProvider
Properties
Now
Gets the current time from this date time provider.
DateTime Now { get; }