DateTimeInterval
두 DateTime 지점 사이의 간격을 나타냅니다.
startTime 및 endTime 모두의 timeZone 필드가 일치해야 합니다.
JSON 표현 |
{
"startTime": {
object (DateTime )
},
"endTime": {
object (DateTime )
}
} |
필드 |
startTime |
object (DateTime )
간격의 시작 데이터 포인트 (포함)입니다. 종료 지점의 시간대는 시작 지점의 시간대와 일치해야 합니다.
|
endTime |
object (DateTime )
간격의 끝 데이터 포인트입니다 (제외). 종료 지점의 시간대는 시작 지점의 시간대와 일치해야 합니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2022-12-20(UTC)
[null,null,["최종 업데이트: 2022-12-20(UTC)"],[[["Represents an interval of time between two DateTime points, inclusive of the start and exclusive of the end."],["The `startTime` and `endTime` fields must have matching time zones."],["The interval is represented using JSON, with `startTime` and `endTime` objects specifying the boundaries."]]],[]]