Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
DateRange
JSON representation |
{
"startDate": string,
"endDate": string
} |
Fields |
startDate |
string
The start date, in yyyy-mm-dd format. This date is inclusive.
|
endDate |
string
The end date, in yyyy-mm-dd format. This date is inclusive.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["The Date Range is expressed using JSON and includes a start and end date."],["Both `startDate` and `endDate` fields use the `yyyy-mm-dd` format and are inclusive."]]],["The provided content describes a JSON representation for a date range. It uses a JSON object with two string fields: `startDate` and `endDate`. Both fields are in yyyy-mm-dd format. `startDate` specifies the beginning of the range, and `endDate` defines the end. These dates are inclusive, meaning they are included in the date range.\n"]]