Show / Hide Table of Contents

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 Source

EndDate

End date of the season

Declaration
DateTime EndDate { get; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

Regions

Season stats with respect to the server regions

Declaration
Regions Regions { get; }
Property Value
Type Description
Regions
| Improve this Doc View Source

StartDate

Start date of the season

Declaration
DateTime StartDate { get; }
Property Value
Type Description
DateTime
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX