FloorsClimbed

data class FloorsClimbed(val floors: Double, val startTime: Instant, val endTime: Instant) : KHRecord

Captures the number of floors climbed by the user since the last reading.

Parameters

floors

Count of the floors climbed

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(floors: Double, startTime: Instant, endTime: Instant)

Properties

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