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 SourceUpdateTime
Gets or sets the current time to compare against when updating state.
Declaration
DateTime? UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |