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\u003e\u003ccode\u003eTimeOfDay\u003c/code\u003e is a class representing a specific time of day, independent of date or time zone, with potential support for leap seconds.\u003c/p\u003e\n"],["\u003cp\u003eIt implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing for various operations like cloning and comparing.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTimeOfDay\u003c/code\u003e class provides properties to set and retrieve the \u003ccode\u003eHours\u003c/code\u003e (0-23), \u003ccode\u003eMinutes\u003c/code\u003e (0-59), \u003ccode\u003eSeconds\u003c/code\u003e (0-59, or 60 for leap seconds), and \u003ccode\u003eNanos\u003c/code\u003e (0-999,999,999) of the time.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers methods to perform operations such as calculating the message size (\u003ccode\u003eCalculateSize\u003c/code\u003e), creating a deep clone (\u003ccode\u003eClone\u003c/code\u003e), comparing objects (\u003ccode\u003eEquals\u003c/code\u003e), and merging data from streams or other \u003ccode\u003eTimeOfDay\u003c/code\u003e instances (\u003ccode\u003eMergeFrom\u003c/code\u003e).\u003c/p\u003e\n"]]],[],null,[]]