Interface IDateTimeSource
Provides the current date and time.
Namespace: Microsoft.XboxStudios.BotBrain.Overmind
Assembly: BotBrain.Overmind.dll
Syntax
public interface IDateTimeSource
Properties
View SourceNow
Gets the current time.
Declaration
DateTime Now { get; }
Property Value
Type | Description |
---|---|
DateTime |