TimeRange
從休息中到開門營業的時間範圍,即 [startTime, endTime)。
JSON 表示法 |
{
"startTime": string,
"endTime": string
} |
欄位 |
startTime |
string (Timestamp format)
時間範圍的下限。 RFC3339 世界標準時間「Zulu」的時間戳記格式,解析度為奈秒,且最多 9 個小數位數。例如 "2014-10-02T15:01:23Z" 和 "2014-10-02T15:01:23.045123456Z" 。
|
endTime |
string (Timestamp format)
時間範圍的上限。 RFC3339 世界標準時間「Zulu」的時間戳記格式,解析度為奈秒,且最多 9 個小數位數。範例:"2014-10-02T15:01:23Z" 和 "2014-10-02T15:01:23.045123456Z" 。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-10-18 (世界標準時間)。
[null,null,["上次更新時間:2024-10-18 (世界標準時間)。"],[[["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`."]]],[]]