Show / Hide Table of Contents

Class ObservationSampleTime

Represents a sample time of an observed data point.

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

Constructors

ObservationSampleTime()

Declaration
public ObservationSampleTime()

ObservationSampleTime(ObservationSampleTime)

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

Properties

CivilTime

Output only. The civil time in the timezone the subject is in at the time of the observation.

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

PhysicalTime

Required. The time of the observation.

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

UtcOffset

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

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