Show / Hide Table of Contents

Class SeasonalStat

Inheritance
System.Object
SeasonalStat
Implements
ISeasonalStat
Namespace: R6Stats.Stats
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

Name of the season

Declaration
public string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Regions

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

StartDate

Declaration
public DateTime StartDate { get; }
Property Value
Type Description
DateTime

Implements

ISeasonalStat
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX