Class SeasonalStat
Inheritance
System.Object
SeasonalStat
Assembly: R6Stat-Sharp.dll
Syntax
public class SeasonalStat : object, ISeasonalStat
Properties
|
Improve this Doc
View Source
EndDate
Declaration
public DateTime EndDate { get; }
Property Value
| Type |
Description |
| DateTime |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Regions
Declaration
public Regions Regions { get; }
Property Value
|
Improve this Doc
View Source
StartDate
Declaration
public DateTime StartDate { get; }
Property Value
| Type |
Description |
| DateTime |
|
Implements