Show / Hide Table of Contents

Class ObservationSampleTime

Represents a sample time of an observed data point.

Inheritance
object
ObservationSampleTime
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class ObservationSampleTime : IDirectResponseSchema

Properties

CivilTime

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

Declaration
[JsonProperty("civilTime")]
public virtual CivilDateTime CivilTime { get; set; }
Property Value
Type Description
CivilDateTime

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PhysicalTime

object representation of PhysicalTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use PhysicalTimeDateTimeOffset instead.")]
public virtual object PhysicalTime { get; set; }
Property Value
Type Description
object

PhysicalTimeDateTimeOffset

DateTimeOffset representation of PhysicalTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? PhysicalTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

PhysicalTimeRaw

Required. The time of the observation.

Declaration
[JsonProperty("physicalTime")]
public virtual string PhysicalTimeRaw { get; set; }
Property Value
Type Description
string

UtcOffset

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

Declaration
[JsonProperty("utcOffset")]
public virtual object UtcOffset { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX