| IGameLastPlayedDate Property |
[Missing <summary> documentation for "P:Unbroken.LaunchBox.Plugins.Data.IGame.LastPlayedDate"]
Namespace: Unbroken.LaunchBox.Plugins.DataAssembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax DateTime? 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
NullableDateTimeSee Also