Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ObservationSampleTime

import type { ObservationSampleTime } from "https://googleapis.deno.dev/v1/health:v4.ts";

Represents a sample time of an observed data point.

interface ObservationSampleTime {
readonly civilTime?: CivilDateTime;
physicalTime?: Date;
utcOffset?: number;
}

§Properties

§
readonly civilTime?: CivilDateTime
[src]

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

§
physicalTime?: Date
[src]

Required. The time of the observation.

§
utcOffset?: number
[src]

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