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
EndDateAsDate
public DateTime? EndDateAsDate { get; }
Property Value
StartDate
The time when this war season started, in unix epoch seconds.
public int StartDate { get; set; }
Property Value
StartDateAsDate
public DateTime? StartDateAsDate { get; }
Property Value
WarId
Associated war id
public int WarId { get; set; }