Class BasalEnergyBurned
Number of calories burned due to basal metabolic rate (BMR) over a period of time.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class BasalEnergyBurned : IMessage<BasalEnergyBurned>, IEquatable<BasalEnergyBurned>, IDeepCloneable<BasalEnergyBurned>, IBufferMessage, IMessage
Constructors
BasalEnergyBurned()
Declaration
public BasalEnergyBurned()
BasalEnergyBurned(BasalEnergyBurned)
Declaration
public BasalEnergyBurned(BasalEnergyBurned other)
Parameters
| Type | Name | Description |
|---|---|---|
| BasalEnergyBurned | other |
Properties
Interval
Required. Observed interval.
Declaration
public ObservationTimeInterval Interval { get; set; }
Property Value
| Type | Description |
|---|---|
| ObservationTimeInterval |
Kcal
Required. Number of calories burned due to basal metabolic rate in kilocalories over the observed interval.
Declaration
public double Kcal { get; set; }
Property Value
| Type | Description |
|---|---|
| double |