Page Summary
-
TimeRange specifies a date range, including both the start and end dates.
-
The JSON representation uses
startDateandendDatefields, both of which are required and inclusive. -
Both
startDateandendDateutilize theDateobject format for specifying the dates.
Time range indicating a date range (both inclusive).
| JSON representation |
|---|
{ "startDate": { object ( |
| Fields | |
|---|---|
startDate |
Required. Inclusive |
endDate |
Required. Inclusive |