Class TimeInHeartRateZoneRollupValue.Types.TimeInHeartRateZoneValue
Represents the total time spent in a specific heart rate zone.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class TimeInHeartRateZoneRollupValue.Types.TimeInHeartRateZoneValue : IMessage<TimeInHeartRateZoneRollupValue.Types.TimeInHeartRateZoneValue>, IEquatable<TimeInHeartRateZoneRollupValue.Types.TimeInHeartRateZoneValue>, IDeepCloneable<TimeInHeartRateZoneRollupValue.Types.TimeInHeartRateZoneValue>, IBufferMessage, IMessage
Constructors
TimeInHeartRateZoneValue()
Declaration
public TimeInHeartRateZoneValue()
TimeInHeartRateZoneValue(TimeInHeartRateZoneValue)
Declaration
public TimeInHeartRateZoneValue(TimeInHeartRateZoneRollupValue.Types.TimeInHeartRateZoneValue other)
Parameters
| Type | Name | Description |
|---|---|---|
| TimeInHeartRateZoneRollupValue.Types.TimeInHeartRateZoneValue | other |
Properties
Duration
The total time spent in the specified heart rate zone.
Declaration
public Duration Duration { get; set; }
Property Value
| Type | Description |
|---|---|
| Duration |
HeartRateZone
The heart rate zone.
Declaration
public HeartRateZoneType HeartRateZone { get; set; }
Property Value
| Type | Description |
|---|---|
| HeartRateZoneType |