Aydsko iRacing Data API
Show / Hide Table of Contents

Class RaceWeeks

Inheritance
object
RaceWeeks
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData.Series
Assembly: Aydsko.iRacingData.dll
Syntax
public class RaceWeeks

Properties

RaceWeekIndex

An index number identifying the race week.

Declaration
[JsonPropertyName("race_week_num")]
public int RaceWeekIndex { get; set; }
Property Value
Type Description
int
Remarks

The iRacing Data API works with zero-based race weeks, most people will use one-based.

See Also
RaceWeekNumber

RaceWeekNumber

The number of the race week within the season.

Declaration
[JsonIgnore]
public int RaceWeekNumber { get; }
Property Value
Type Description
int

SeasonId

Declaration
[JsonPropertyName("season_id")]
public int SeasonId { get; set; }
Property Value
Type Description
int

Track

Declaration
[JsonPropertyName("track")]
public Track Track { get; set; }
Property Value
Type Description
Track
In this article
Back to top Generated by DocFX