Aydsko iRacing Data API
Show / Hide Table of Contents

Class ResultsWeather

Inheritance
object
Weather
ResultsWeather
Inherited Members
Weather.Version
Weather.Type
Weather.TempUnits
Weather.TemperatureUnits
Weather.TempValue
Weather.TemperatureValue
Weather.RelHumidity
Weather.RelativeHumidity
Weather.Fog
Weather.WindDir
Weather.WindDirection
Weather.WindUnits
Weather.WindValue
Weather.Skies
Weather.WeatherVarInitial
Weather.WeatherVarOngoing
Weather.TimeOfDay
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData.Results
Assembly: Aydsko.iRacingData.dll
Syntax
public class ResultsWeather : Weather

Properties

AllowFog

If fog was allowed.

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

PrecipitationMillimetres2HoursBeforeFinalSession

Amount of rain that fell two hours before the final session in millimetres.

Declaration
[JsonPropertyName("precip_mm2hr_before_final_session")]
public decimal PrecipitationMillimetres2HoursBeforeFinalSession { get; set; }
Property Value
Type Description
decimal

PrecipitationMillimetresFinalSession

Amount of rain that fell in millimetres.

Declaration
[JsonPropertyName("precip_mm_final_session")]
public decimal PrecipitationMillimetresFinalSession { get; set; }
Property Value
Type Description
decimal

PrecipitationOption

The rain option value.

Declaration
[JsonPropertyName("precip_option")]
public decimal PrecipitationOption { get; set; }
Property Value
Type Description
decimal

PrecipitationTimePercentage

Percentage of session time it was raining.

Declaration
[JsonPropertyName("precip_time_pct")]
public decimal PrecipitationTimePercentage { get; set; }
Property Value
Type Description
decimal

SimulatedStart

The date and time within the simulation that this weather is related to.

Declaration
[JsonPropertyName("simulated_start_time")]
public DateTime SimulatedStart { get; set; }
Property Value
Type Description
DateTime

SimulatedTimeMultiplier

How much the time is accelerated by.

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

TrackWater

The level of water on the track.

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