Show / Hide Table of Contents

Class TimeInHeartRateZone

Time in heart rate zone record. It's an interval spent in specific heart rate zone.

Inheritance
object
TimeInHeartRateZone
Implements
IMessage<TimeInHeartRateZone>
IEquatable<TimeInHeartRateZone>
IDeepCloneable<TimeInHeartRateZone>
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 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
In this article
Back to top Generated by DocFX