Stay organized with collectionsSave and categorize content based on your preferences.
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 aregoogle.type.Dateandgoogle.protobuf.Timestamp.
Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
minutes
integer
Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
seconds
integer
Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or equal to 59. An API may allow the value 60 if it allows leap-seconds.
nanos
integer
Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-15 UTC."],[[["\u003cp\u003eRepresents a time of day, where the date and time zone are either not relevant or specified separately.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON representation of the time includes \u003ccode\u003ehours\u003c/code\u003e, \u003ccode\u003eminutes\u003c/code\u003e, \u003ccode\u003eseconds\u003c/code\u003e, and \u003ccode\u003enanos\u003c/code\u003e (nanoseconds).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ehours\u003c/code\u003e are in a 24-hour format, typically 0-23, but can be 24 in special circumstances like business closing time.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eminutes\u003c/code\u003e range from 0 to 59, and \u003ccode\u003eseconds\u003c/code\u003e typically range from 0 to 59, although an API might allow 60 for leap seconds.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003enanos\u003c/code\u003e represent fractions of seconds, ranging from 0 to 999,999,999.\u003c/p\u003e\n"]]],[],null,["# TimeOfDay\n\nRepresents 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`."]]