TimeWindow
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」格式的時間戳記,精確度達奈秒單位,最多九個小數位數。例如 "2014-10-02T15:01:23Z" 和 "2014-10-02T15:01:23.045123456Z" 。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-11-06 (世界標準時間)。
[null,null,["上次更新時間:2024-11-06 (世界標準時間)。"],[[["Defines a time range with a start and end time."],["Uses JSON representation for the time range with `startTime` and `endTime` fields."],["Requires both `startTime` and `endTime` to be in RFC3339 UTC \"Zulu\" format with nanosecond resolution."],["Time window includes both the start and end times (inclusive)."]]],[]]