Show / Hide Table of Contents

Class ObservationTimeInterval

Represents a time interval of an observed data point.

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

Constructors

ObservationTimeInterval()

Declaration
public ObservationTimeInterval()

ObservationTimeInterval(ObservationTimeInterval)

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

Properties

CivilEndTime

Output only. Observed interval end time in civil time in the timezone the subject is in at the end of the observed interval

Declaration
public CivilDateTime CivilEndTime { get; set; }
Property Value
Type Description
CivilDateTime

CivilStartTime

Output only. Observed interval start time in civil time in the timezone the subject is in at the start of the observed interval

Declaration
public CivilDateTime CivilStartTime { get; set; }
Property Value
Type Description
CivilDateTime

EndTime

Required. Observed interval end time.

Declaration
public Timestamp EndTime { get; set; }
Property Value
Type Description
Timestamp

EndUtcOffset

Required. The offset of the user's local time at the end of the observation relative to the Coordinated Universal Time (UTC).

Declaration
public Duration EndUtcOffset { get; set; }
Property Value
Type Description
Duration

StartTime

Required. Observed interval start time.

Declaration
public Timestamp StartTime { get; set; }
Property Value
Type Description
Timestamp

StartUtcOffset

Required. The offset of the user's local time at the start of the observation relative to the Coordinated Universal Time (UTC).

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