Show / Hide Table of Contents

Class DefaultDateTimeSource

Provides the local date and time.

Inheritance
object
DefaultDateTimeSource
Implements
IDateTimeSource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.BotBrain.Overmind
Assembly: BotBrain.Overmind.dll
Syntax
public sealed class DefaultDateTimeSource : IDateTimeSource

Properties

View Source

Now

Gets the current time.

Declaration
public DateTime Now { get; }
Property Value
Type Description
DateTime

Implements

IDateTimeSource
  • View Source
In this article
Back to top Generated by DocFX