Class ResultsWeather
Inherited Members
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 |