Show / Hide Table of Contents

Class BasalEnergyBurned

Number of calories burned due to basal metabolic rate (BMR) over a period of time.

Inheritance
object
BasalEnergyBurned
Implements
IMessage<BasalEnergyBurned>
IEquatable<BasalEnergyBurned>
IDeepCloneable<BasalEnergyBurned>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX