Aydsko iRacing Data API
Show / Hide Table of Contents

Class HostedSessionWeather

Inheritance
object
Weather
HostedSessionWeather
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.Hosted
Assembly: Aydsko.iRacingData.dll
Syntax
public class HostedSessionWeather : Weather

Properties

SimulatedStartTime

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

SimulatedTimeMultiplier

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

SimulatedTimeOffsets

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