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."],[[["\u003cp\u003eThe \u003ccode\u003eTimeOfDay\u003c/code\u003e class represents a specific time within a day, excluding date and time zone information, and is part of the \u003ccode\u003eGoogle.Type\u003c/code\u003e namespace in the \u003ccode\u003eGoogle.Api.CommonProtos.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eIt implements \u003ccode\u003eProtobuf.IMessage<TimeOfDay>\u003c/code\u003e and \u003ccode\u003eProtobuf.IBufferMessage\u003c/code\u003e, inheriting from \u003ccode\u003eObject\u003c/code\u003e, allowing for the representation and manipulation of time-of-day data in Protocol Buffer messages.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes constructors for creating a new \u003ccode\u003eTimeOfDay\u003c/code\u003e object, either default or copied from another \u003ccode\u003eTimeOfDay\u003c/code\u003e instance, and features fields for hours, minutes, seconds, and nanoseconds, with specific valid ranges for each.\u003c/p\u003e\n"],["\u003cp\u003eIt offers various properties and methods, such as \u003ccode\u003eHours\u003c/code\u003e, \u003ccode\u003eMinutes\u003c/code\u003e, \u003ccode\u003eNanos\u003c/code\u003e, and \u003ccode\u003eSeconds\u003c/code\u003e for accessing and setting time components, \u003ccode\u003eDescriptor\u003c/code\u003e and \u003ccode\u003eParser\u003c/code\u003e for Protocol Buffer interaction, and \u003ccode\u003eClone\u003c/code\u003e, \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eMergeFrom\u003c/code\u003e, \u003ccode\u003eToString\u003c/code\u003e, \u003ccode\u003eWriteTo\u003c/code\u003e and \u003ccode\u003eCalculateSize\u003c/code\u003e for object management and manipulation.\u003c/p\u003e\n"],["\u003cp\u003eRelated types include \u003ccode\u003egoogle.type.Date\u003c/code\u003e and \u003ccode\u003egoogle.protobuf.Timestamp\u003c/code\u003e which complement \u003ccode\u003eTimeOfDay\u003c/code\u003e when date and full timestamps are needed.\u003c/p\u003e\n"]]],[],null,[]]