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."],[[["The `TimeOfDay` class represents a specific time within a day, where the date and time zone are either not relevant or are defined separately."],["This class includes properties for `Hours`, `Minutes`, `Seconds`, and `Nanos`, allowing for precise time representation, including leap-seconds."],["`TimeOfDay` implements several interfaces, including `IMessage`, `IEquatable\u003cTimeOfDay\u003e`, `IDeepCloneable\u003cTimeOfDay\u003e`, and `IBufferMessage`, showing its role within the Google.Protobuf ecosystem."],["There are multiple versions available, with `2.15.0` being the latest, and `2.10.0` being the current version that is documented here, alongside the older `2.2.0` version."],["It includes methods like `Clone()`, `Equals()`, `GetHashCode()`, `MergeFrom()`, and `ToString()`, providing functionalities for object manipulation and comparison."]]],[]]