Interface ISeasonalStat
Represents the stats for a season
Namespace: R6Stats.Stats.Interfaces
Assembly: R6Stat-Sharp.dll
Syntax
public interface ISeasonalStat
Properties
| Improve this Doc View SourceEndDate
End date of the season
Declaration
DateTime EndDate { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Regions
Season stats with respect to the server regions
Declaration
Regions Regions { get; }
Property Value
| Type | Description |
|---|---|
| Regions |
StartDate
Start date of the season
Declaration
DateTime StartDate { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |