Class ImportableGameSession
- Namespace
- Playnite
- Assembly
- Playnite.SDK.dll
public class ImportableGameSession
- Inheritance
-
ImportableGameSession
- Inherited Members
Constructors
ImportableGameSession(string, DateTimeOffset, uint)
public ImportableGameSession(string sessionId, DateTimeOffset date, uint length)
Parameters
sessionIdstringdateDateTimeOffsetlengthuint
Properties
Date
public DateTimeOffset Date { get; set; }
Property Value
Length
public uint Length { get; set; }
Property Value
SessionId
public string SessionId { get; set; }