Weight

data class Weight(val unit: KHUnit.Mass, val value: Double, val time: Instant) : KHRecord

Captures the user's weight.

Parameters

unit

Measurement scale of this record

value

Weight of the user in the provided unit

time

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

Constructors

Link copied to clipboard
constructor(unit: KHUnit.Mass, value: Double, time: Instant)

Properties

Link copied to clipboard
val time: Instant
Link copied to clipboard
Link copied to clipboard