public sealed class TimeOfDay : IMessage<TimeOfDay>, IEquatable<TimeOfDay>, IDeepCloneable<TimeOfDay>, IBufferMessage, IMessage
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][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 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eTimeOfDay\u003c/code\u003e class represents a specific time within a day, where the date and time zone are either not relevant or are defined separately.\u003c/p\u003e\n"],["\u003cp\u003eThis class includes properties for \u003ccode\u003eHours\u003c/code\u003e, \u003ccode\u003eMinutes\u003c/code\u003e, \u003ccode\u003eSeconds\u003c/code\u003e, and \u003ccode\u003eNanos\u003c/code\u003e, allowing for precise time representation, including leap-seconds.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTimeOfDay\u003c/code\u003e implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<TimeOfDay>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<TimeOfDay>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, showing its role within the Google.Protobuf ecosystem.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions available, with \u003ccode\u003e2.15.0\u003c/code\u003e being the latest, and \u003ccode\u003e2.10.0\u003c/code\u003e being the current version that is documented here, alongside the older \u003ccode\u003e2.2.0\u003c/code\u003e version.\u003c/p\u003e\n"],["\u003cp\u003eIt includes methods like \u003ccode\u003eClone()\u003c/code\u003e, \u003ccode\u003eEquals()\u003c/code\u003e, \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eMergeFrom()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e, providing functionalities for object manipulation and comparison.\u003c/p\u003e\n"]]],[],null,[]]