Time
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
time 结构,用于表示向用户显示订单时使用的事件时间。
JSON 表示法 |
{
"timeIso8601": string
} |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-28。
[null,null,["最后更新时间 (UTC):2025-07-28。"],[[["\u003cp\u003eThe JSON object uses the \u003ccode\u003etimeIso8601\u003c/code\u003e field to represent the time of an event, like reservation or delivery time.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003etimeIso8601\u003c/code\u003e is a string that adheres to ISO 8601 standards for date and time formats, allowing for flexible representation of durations, dates, and date-times.\u003c/p\u003e\n"],["\u003cp\u003eThis time construct is specifically designed for displaying order information to the user.\u003c/p\u003e\n"]]],[],null,["# Time\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\ntime construct to represent time of an event to use when displaying an order to the user.\n\n| JSON representation ||\n|-----------------------------------|---|\n| ``` { \"timeIso8601\": string } ``` |\n\n| Fields ||\n|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `timeIso8601` | `string` Represents an order-event time like reservation time, delivery time and so on. Could be a duration (start \\& end time), just the date, date time etc. Refer \u003chttps://en.wikipedia.org/wiki/ISO_8601\u003e for all supported formats. |"]]