Class SedentaryPeriod
SedentaryPeriod
SedentaryPeriod data represents the periods of time that the user was sedentary (i.e. not moving while wearing the device).
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class SedentaryPeriod : IMessage<SedentaryPeriod>, IEquatable<SedentaryPeriod>, IDeepCloneable<SedentaryPeriod>, IBufferMessage, IMessage
Constructors
SedentaryPeriod()
Declaration
public SedentaryPeriod()
SedentaryPeriod(SedentaryPeriod)
Declaration
public SedentaryPeriod(SedentaryPeriod other)
Parameters
| Type | Name | Description |
|---|---|---|
| SedentaryPeriod | other |
Properties
Interval
Required. Observed interval.
Declaration
public ObservationTimeInterval Interval { get; set; }
Property Value
| Type | Description |
|---|---|
| ObservationTimeInterval |