Class Interval
- Namespace
- GoogleMapsApi.Entities.AirQuality.Request
- Assembly
- GoogleMapsApi.dll
A half-open-to-inclusive time range for Period and Period. Both bounds are sent to the API as RFC3339 UTC timestamps.
public sealed class Interval
- Inheritance
-
Interval
- Inherited Members
Properties
EndTime
End of the range (inclusive).
public DateTimeOffset? EndTime { get; set; }
Property Value
StartTime
Start of the range.
public DateTimeOffset? StartTime { get; set; }