Interval
表示时间间隔,编码为时间戳开始(含)和时间戳结束(不含)。
起始值必须小于或等于结束值。当开始时间等于结束时间时,间隔时间为空(与时间不匹配)。如果 start 和 end 均未指定,则间隔时间不限。
JSON 表示法 |
{
"startTime": string,
"endTime": string
} |
字段 |
startTime |
string (Timestamp format)
可选。间隔的开始值(含)。 如果指定,则与此间隔匹配的时间戳必须相同或晚于开始时间。
|
endTime |
string (Timestamp format)
可选。间隔结束(不含)。 如果指定,则与此时间间隔匹配的时间戳必须早于结束时间。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["Represents a time interval with an inclusive start and exclusive end, encoded as Timestamps."],["Start must be less than or equal to the end; equality implies an empty interval matching no time."],["Unspecified start and end signify an interval matching any time."],["The interval is represented by a JSON object with optional `startTime` and `endTime` fields in Timestamp format."]]],[]]