Class ObservationSampleTime
Represents a sample time of an observed data point.
Implements
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 |