AccessDateRange
Ein zusammenhängender Zeitraum von Tagen: startDate, startDate + 1, ..., endDate.
JSON-Darstellung |
{
"startDate": string,
"endDate": string
} |
Felder |
startDate |
string
Das Startdatum der Abfrage im Format YYYY-MM-DD . Darf nicht nach endDate liegen. Das Format NdaysAgo , yesterday oder today ist ebenfalls zulässig. In diesem Fall wird das Datum aus der aktuellen Uhrzeit in der Zeitzone der Anfrage abgeleitet.
|
endDate |
string
Das Enddatum der Abfrage im Format YYYY-MM-DD . Darf nicht vor dem startDate liegen. Das Format NdaysAgo , yesterday oder today ist ebenfalls zulässig. In diesem Fall wird das Datum aus der aktuellen Uhrzeit in der Zeitzone der Anfrage abgeleitet.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-09-10 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-09-10 (UTC)."],[[["Defines a date range using a start date and an end date, inclusive of both."],["Dates are specified in `YYYY-MM-DD` format or using relative terms like `NdaysAgo`, `yesterday`, or `today`."],["The `startDate` cannot be after the `endDate`, ensuring a valid date range."],["Both `startDate` and `endDate` are interpreted based on the request's time zone."]]],[]]