public sealed class TimeOfDay : Protobuf.IMessage<TimeOfDay>, Protobuf.IBufferMessage
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, excluding date and time zone information, and is part of the `Google.Type` namespace in the `Google.Api.CommonProtos.dll` assembly."],["It implements `Protobuf.IMessage\u003cTimeOfDay\u003e` and `Protobuf.IBufferMessage`, inheriting from `Object`, allowing for the representation and manipulation of time-of-day data in Protocol Buffer messages."],["The class includes constructors for creating a new `TimeOfDay` object, either default or copied from another `TimeOfDay` instance, and features fields for hours, minutes, seconds, and nanoseconds, with specific valid ranges for each."],["It offers various properties and methods, such as `Hours`, `Minutes`, `Nanos`, and `Seconds` for accessing and setting time components, `Descriptor` and `Parser` for Protocol Buffer interaction, and `Clone`, `Equals`, `GetHashCode`, `MergeFrom`, `ToString`, `WriteTo` and `CalculateSize` for object management and manipulation."],["Related types include `google.type.Date` and `google.protobuf.Timestamp` which complement `TimeOfDay` when date and full timestamps are needed."]]],[]]