ActiveCaloriesBurned

data class ActiveCaloriesBurned(val unit: KHUnit.Energy, val value: Double, val startTime: Instant, val endTime: Instant) : KHRecord

Captures the estimated active energy burned by the user, excluding basal metabolic rate (BMR). Each record represents the total energy burned over a time interval, so both the start and end times should be set.

Parameters

unit

Measurement scale of this record

value

The value of this record

startTime

The start instant of the interval over which the value this record was captured

endTime

The end instant of the interval over which the value this record was captured

Constructors

Link copied to clipboard
constructor(unit: KHUnit.Energy, value: Double, startTime: Instant, endTime: Instant)

Properties

Link copied to clipboard
val endTime: Instant
Link copied to clipboard
val startTime: Instant
Link copied to clipboard
Link copied to clipboard