Class CivilTimeInterval
Counterpart of [google.type.Interval][google.type.Interval], but using [CivilDateTime][google.devicesandservices.health.v4.CivilDateTime].
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class CivilTimeInterval : IMessage<CivilTimeInterval>, IEquatable<CivilTimeInterval>, IDeepCloneable<CivilTimeInterval>, IBufferMessage, IMessage
Constructors
CivilTimeInterval()
Declaration
public CivilTimeInterval()
CivilTimeInterval(CivilTimeInterval)
Declaration
public CivilTimeInterval(CivilTimeInterval other)
Parameters
| Type | Name | Description |
|---|---|---|
| CivilTimeInterval | other |
Properties
End
Required. The exclusive end of the range.
Declaration
public CivilDateTime End { get; set; }
Property Value
| Type | Description |
|---|---|
| CivilDateTime |
Start
Required. The inclusive start of the range.
Declaration
public CivilDateTime Start { get; set; }
Property Value
| Type | Description |
|---|---|
| CivilDateTime |