DateTimeInterval
Reprezentuje przedział między 2 punktami DateTime.
Wartości pól timeZone w polach startTime i endTime muszą być takie same.
Zapis JSON |
{
"startTime": {
object (DateTime )
},
"endTime": {
object (DateTime )
}
} |
Pola |
startTime |
object (DateTime )
Początkowy punkt danych interwału (włącznie). Strefa czasowa punktu końcowego musi odpowiadać strefie czasowej punktu początkowego.
|
endTime |
object (DateTime )
Końcowy punkt danych interwału (wyłącznie). Strefa czasowa punktu końcowego musi odpowiadać strefie czasowej punktu początkowego.
|
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: 2023-03-28 UTC.
[null,null,["Ostatnia aktualizacja: 2023-03-28 UTC."],[[["Represents an interval between two DateTime points, requiring matching time zones for both start and end times."],["Includes `startTime` and `endTime` fields, both utilizing the DateTime object for specifying the interval's boundaries."],["The `startTime` is inclusive, while the `endTime` is exclusive, indicating the range of the interval."]]],[]]