Table of Contents

Class WarInfo

Namespace
Helldivers2API.Data.Models
Assembly
Helldivers2API.dll

Contains information about the current war

public class WarInfo
Inheritance
WarInfo
Inherited Members

Properties

EndDate

The time when this war season will end, in unix epoch seconds.

public int EndDate { get; set; }

Property Value

int

EndDateAsDate

public DateTime? EndDateAsDate { get; }

Property Value

DateTime?

StartDate

The time when this war season started, in unix epoch seconds.

public int StartDate { get; set; }

Property Value

int

StartDateAsDate

public DateTime? StartDateAsDate { get; }

Property Value

DateTime?

WarId

Associated war id

public int WarId { get; set; }

Property Value

int