Time
Stay organized with collections
Save and categorize content based on your preferences.
time construct to represent time of an event to use when displaying an order to the user.
JSON representation |
{
"timeIso8601": string
} |
Fields |
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 https://en.wikipedia.org/wiki/ISO_8601 for all supported formats.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["The JSON object uses the `timeIso8601` field to represent the time of an event, like reservation or delivery time."],["`timeIso8601` is a string that adheres to ISO 8601 standards for date and time formats, allowing for flexible representation of durations, dates, and date-times."],["This time construct is specifically designed for displaying order information to the user."]]],[]]