Vo2Max

data class Vo2Max(val vo2MillilitersPerMinuteKilogram: Double, val time: Instant) : KHRecord

VO2 max is the maximum amount of oxygen the body can utilize during intense exercise, indicating cardiovascular fitness and endurance capacity.

Parameters

vo2MillilitersPerMinuteKilogram

Captured value for VO2Max

time

Time instant of the interval over which the value this record was captured

Constructors

Link copied to clipboard
constructor(vo2MillilitersPerMinuteKilogram: Double, time: Instant)

Properties

Link copied to clipboard
val time: Instant