Class ActiveEnergyBurned
Energy burned as part of an activity, excluding the basal energy burn.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class ActiveEnergyBurned : IMessage<ActiveEnergyBurned>, IEquatable<ActiveEnergyBurned>, IDeepCloneable<ActiveEnergyBurned>, IBufferMessage, IMessage
Constructors
ActiveEnergyBurned()
Declaration
public ActiveEnergyBurned()
ActiveEnergyBurned(ActiveEnergyBurned)
Declaration
public ActiveEnergyBurned(ActiveEnergyBurned other)
Parameters
| Type | Name | Description |
|---|---|---|
| ActiveEnergyBurned | other |
Properties
HasKcal
Gets whether the "kcal" field is set
Declaration
public bool HasKcal { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Interval
Required. Observed interval
Declaration
public ObservationTimeInterval Interval { get; set; }
Property Value
| Type | Description |
|---|---|
| ObservationTimeInterval |
Kcal
Required. Energy burned during an activity, measured in kilocalories.
Declaration
public double Kcal { get; set; }
Property Value
| Type | Description |
|---|---|
| double |