Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and google.protobuf.Timestamp.
[[["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-03 UTC."],[[["TimeOfDay represents a specific time without date or timezone information, focusing on hours, minutes, seconds, and nanoseconds."],["It uses a JSON structure with fields for hours (0-23, potentially 24), minutes (0-59), seconds (0-59, possibly 60 for leap seconds), and nanoseconds (0-999,999,999)."],["TimeOfDay is related to `google.type.Date` and `google.protobuf.Timestamp` but is distinct in its focus on the time component."],["APIs using TimeOfDay can allow for flexibility like representing business closing time with \"24:00:00\" or accommodating leap seconds."]]],[]]