Class CivilDateTime
Civil time representation similar to google.type.DateTime, but ensures that neither the timezone nor the UTC offset can be set to avoid confusion between civil and physical time queries.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class CivilDateTime : IDirectResponseSchema
Properties
Date
Required. Calendar date.
Declaration
[JsonProperty("date")]
public virtual Date Date { get; set; }
Property Value
| Type | Description |
|---|---|
| Date |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Time
Optional. Time of day. Defaults to the start of the day, at midnight if omitted.
Declaration
[JsonProperty("time")]
public virtual TimeOfDay Time { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeOfDay |