Show / Hide Table of Contents

Interface IDateTimeSource

Provides the current date and time.

Namespace: Microsoft.XboxStudios.BotBrain.Overmind
Assembly: BotBrain.Overmind.dll
Syntax
public interface IDateTimeSource

Properties

View Source

Now

Gets the current time.

Declaration
DateTime Now { get; }
Property Value
Type Description
DateTime
  • View Source
In this article
Back to top Generated by DocFX