Show / Hide Table of Contents

Class SedentaryPeriodRollupValue

Represents the result of the rollup of the user's sedentary periods.

Inheritance
object
SedentaryPeriodRollupValue
Implements
IMessage<SedentaryPeriodRollupValue>
IEquatable<SedentaryPeriodRollupValue>
IDeepCloneable<SedentaryPeriodRollupValue>
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 SedentaryPeriodRollupValue : IMessage<SedentaryPeriodRollupValue>, IEquatable<SedentaryPeriodRollupValue>, IDeepCloneable<SedentaryPeriodRollupValue>, IBufferMessage, IMessage

Constructors

SedentaryPeriodRollupValue()

Declaration
public SedentaryPeriodRollupValue()

SedentaryPeriodRollupValue(SedentaryPeriodRollupValue)

Declaration
public SedentaryPeriodRollupValue(SedentaryPeriodRollupValue other)
Parameters
Type Name Description
SedentaryPeriodRollupValue other

Properties

DurationSum

The total time user spent sedentary during the interval.

Declaration
public Duration DurationSum { get; set; }
Property Value
Type Description
Duration
In this article
Back to top Generated by DocFX