Class SedentaryPeriodRollupValue
Represents the result of the rollup of the user's sedentary periods.
Implements
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 |