Table of Contents

Class SummaryPRSegmentEffort

Namespace
Tudormobile.Strava.Model
Assembly
Tudormobile.Strava.dll

Represents an athlete's personal record (PR) statistics for a segment.

public class SummaryPRSegmentEffort
Inheritance
SummaryPRSegmentEffort
Inherited Members

Remarks

Contains information about the athlete's best performance on a segment, including the fastest time achieved and the number of attempts.

Properties

EffortCount

Gets or sets the total number of times the athlete has attempted this segment.

public int EffortCount { get; set; }

Property Value

int

PrDate

Gets or sets the date when the personal record was achieved.

public DateOnly PrDate { get; set; }

Property Value

DateOnly

PrElapsedTime

Gets or sets the elapsed time of the athlete's personal record (fastest completion) on this segment.

public TimeSpan PrElapsedTime { get; set; }

Property Value

TimeSpan