TimeType
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
UNKNOWN |
时间未知。 |
DELIVERY_DATE |
送达日期。 |
ETA |
预计到达时间 |
RESERVATION_SLOT |
预订时间。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-28。
[null,null,["最后更新时间 (UTC):2025-07-28。"],[[["\u003cp\u003eThe \u003ccode\u003etime\u003c/code\u003e field can represent various time-related values, including delivery dates, estimated times of arrival, reservation slots, or an unknown status.\u003c/p\u003e\n"],["\u003cp\u003eThis field utilizes specific enums like \u003ccode\u003eDELIVERY_DATE\u003c/code\u003e, \u003ccode\u003eETA\u003c/code\u003e, \u003ccode\u003eRESERVATION_SLOT\u003c/code\u003e, and \u003ccode\u003eUNKNOWN\u003c/code\u003e to categorize the type of time information being conveyed.\u003c/p\u003e\n"]]],[],null,["# TimeType\n\nPossible values of time.\n\n| Enums ||\n|--------------------|-------------------|\n| `UNKNOWN` | Unknown time. |\n| `DELIVERY_DATE` | Delivery date. |\n| `ETA` | ETA. |\n| `RESERVATION_SLOT` | Reservation time. |"]]