Class TimeInHeartRateZone
Time in heart rate zone record. It's an interval spent in specific heart rate zone.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class TimeInHeartRateZone : IMessage<TimeInHeartRateZone>, IEquatable<TimeInHeartRateZone>, IDeepCloneable<TimeInHeartRateZone>, IBufferMessage, IMessage
Constructors
TimeInHeartRateZone()
Declaration
public TimeInHeartRateZone()
TimeInHeartRateZone(TimeInHeartRateZone)
Declaration
public TimeInHeartRateZone(TimeInHeartRateZone other)
Parameters
| Type | Name | Description |
|---|---|---|
| TimeInHeartRateZone | other |
Properties
HeartRateZoneType
Required. Heart rate zone type.
Declaration
public HeartRateZoneType HeartRateZoneType { get; set; }
Property Value
| Type | Description |
|---|---|
| HeartRateZoneType |
Interval
Required. Observed interval.
Declaration
public ObservationTimeInterval Interval { get; set; }
Property Value
| Type | Description |
|---|---|
| ObservationTimeInterval |