Table of Contents

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

sessionId string
date DateTimeOffset
length uint

Properties

Date

public DateTimeOffset Date { get; set; }

Property Value

DateTimeOffset

Length

public uint Length { get; set; }

Property Value

uint

SessionId

public string SessionId { get; set; }

Property Value

string