|  | IGameLastPlayedDate Property | 
[Missing <summary> documentation for "P:Unbroken.LaunchBox.Plugins.Data.IGame.LastPlayedDate"]
 Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
 Syntax
SyntaxDateTime? LastPlayedDate { get; set; }Property LastPlayedDate As DateTime?
	Get
	Set
property Nullable<DateTime> LastPlayedDate {
	Nullable<DateTime> get ();
	void set (Nullable<DateTime> value);
}abstract LastPlayedDate : Nullable<DateTime> with get, set
Property Value
NullableDateTime See Also
See Also