Aydsko iRacing Data API
Show / Hide Table of Contents

Class RaceTimeDescriptors

Inheritance
object
RaceTimeDescriptors
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 RaceTimeDescriptors

Properties

DayOffset

Declaration
[JsonPropertyName("day_offset")]
public int[]? DayOffset { get; set; }
Property Value
Type Description
int[]

FirstSessionTime

Declaration
[JsonPropertyName("first_session_time")]
public TimeSpan? FirstSessionTime { get; set; }
Property Value
Type Description
Nullable

IsRepeating

Declaration
[JsonPropertyName("repeating")]
public bool IsRepeating { get; set; }
Property Value
Type Description
bool

IsSuperSession

Declaration
[JsonPropertyName("super_session")]
public bool IsSuperSession { get; set; }
Property Value
Type Description
bool

RepeatMinutes

Declaration
[JsonPropertyName("repeat_minutes")]
public int? RepeatMinutes { get; set; }
Property Value
Type Description
int?

SessionMinutes

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

SessionTimes

Declaration
[JsonPropertyName("session_times")]
public DateTimeOffset[]? SessionTimes { get; set; }
Property Value
Type Description
DateTimeOffset[]

StartDate

Declaration
[JsonPropertyName("start_date")]
[JsonConverter(typeof(DateTimeConverter))]
public DateTime StartDate { get; set; }
Property Value
Type Description
DateTime
In this article
Back to top Generated by DocFX