Show / Hide Table of Contents

Class TimeInHeartRateZoneRollupValue.Types.TimeInHeartRateZoneValue

Represents the total time spent in a specific heart rate zone.

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