BodyWaterMass

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

Body water mass is the total amount of water in a person's body, typically comprising about 60% of their total body weight.

Note - This record is available on Android only. It will be ignored on Apple.

Parameters

unit

Measurement scale of this record

value

The value of this record

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