Show / Hide Table of Contents

Interface IHasUpdateTime

An interface for states containing an update time property.

Namespace: Microsoft.XboxStudios.GameStateTracker
Assembly: GameStateTracker.Abstractions.dll
Syntax
public interface IHasUpdateTime

Properties

View Source

UpdateTime

Gets or sets the current time to compare against when updating state.

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