Aydsko iRacing Data API
Show / Hide Table of Contents

Class MemberChartDataPoint

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

Properties

Day

Declaration
[JsonPropertyName("when")]
[JsonConverter(typeof(DateTimeConverter))]
public DateTime Day { get; set; }
Property Value
Type Description
DateTime

Value

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