[[["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-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eTimeOfDay\u003c/code\u003e object represents a specific time of day, broken down into \u003ccode\u003ehour\u003c/code\u003e and \u003ccode\u003eminute\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ehour\u003c/code\u003e is represented as an integer, while \u003ccode\u003eminute\u003c/code\u003e is selected from an enumeration (\u003ccode\u003eMinuteOfHour\u003c/code\u003e) with options: \u003ccode\u003eZERO\u003c/code\u003e, \u003ccode\u003eFIFTEEN\u003c/code\u003e, \u003ccode\u003eTHIRTY\u003c/code\u003e, and \u003ccode\u003eFORTY_FIVE\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis object is used within the context of the Google Ad Manager API, specifically within the YieldGroupService and has dependencies on DayPart.\u003c/p\u003e\n"],["\u003cp\u003eIt utilizes the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e for its operations within the API.\u003c/p\u003e\n"]]],["The content defines the `TimeOfDay` structure within the `v202411` namespace of the Google Ad Manager API. It is used across multiple services, including `AdRuleService`, `AdjustmentService`, and `YieldGroupService`. `TimeOfDay` specifies a time using two fields: `hour` (an integer) and `minute`. The `minute` field uses the `MinuteOfHour` enumeration, with possible values of `ZERO`, `FIFTEEN`, `THIRTY`, or `FORTY_FIVE`.\n"],null,["# type TimeOfDay (v202411)\n\n**Service** \n[AdRuleService](/ad-manager/api/reference/v202411/AdRuleService.TimeOfDay) [AdjustmentService](/ad-manager/api/reference/v202411/AdjustmentService.TimeOfDay) [ForecastService](/ad-manager/api/reference/v202411/ForecastService.TimeOfDay) [LineItemService](/ad-manager/api/reference/v202411/LineItemService.TimeOfDay) [NativeStyleService](/ad-manager/api/reference/v202411/NativeStyleService.TimeOfDay) [ProposalLineItemService](/ad-manager/api/reference/v202411/ProposalLineItemService.TimeOfDay) [ProposalService](/ad-manager/api/reference/v202411/ProposalService.TimeOfDay) [PublisherQueryLanguageService](/ad-manager/api/reference/v202411/PublisherQueryLanguageService.TimeOfDay) [TargetingPresetService](/ad-manager/api/reference/v202411/TargetingPresetService.TimeOfDay) **YieldGroupService** **Dependencies** \n[DayPart](/ad-manager/api/reference/v202411/YieldGroupService.DayPart) \n▼\n**TimeOfDay**\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|--------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `hour` | ` `xsd:`int` \u003cbr /\u003e |\n| ### `minute` | ` `[MinuteOfHour](/ad-manager/api/reference/v202411/YieldGroupService.MinuteOfHour)` ` *** ** * ** *** **Enumerations** `ZERO` : `FIFTEEN` : `THIRTY` : `FORTY_FIVE` : \u003cbr /\u003e |"]]