TimeRange
Zakres czasowy zamkniętych/otwartych, np. [startTime, endTime).
Zapis JSON |
{
"startTime": string,
"endTime": string
} |
Pola |
startTime |
string (Timestamp format)
Dolna granica zakresu czasu. Sygnatura czasowa w RFC3339 UTC „Zulu” z rozdzielczością nanosekundową i maksymalnie 9 cyframi po przecinku. Przykłady: "2014-10-02T15:01:23Z" i "2014-10-02T15:01:23.045123456Z" .
|
endTime |
string (Timestamp format)
Górna granica zakresu czasu. Sygnatura czasowa w RFC3339 UTC „Zulu” z rozdzielczością nanosekundową i maksymalnie 9 cyframi po przecinku. Przykłady: "2014-10-02T15:01:23Z" i "2014-10-02T15:01:23.045123456Z" .
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-10-18 UTC.
[null,null,["Ostatnia aktualizacja: 2024-10-18 UTC."],[[["Represents a closed-open time range using a JSON object with `startTime` and `endTime` fields."],["Both `startTime` and `endTime` are represented as strings in RFC3339 UTC \"Zulu\" format with nanosecond resolution."],["The time range includes the `startTime` but excludes the `endTime`."]]],[]]