[[["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\u003eTimeOfDay objects represent a specific time of day, specified by hour and minute.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ehour\u003c/code\u003e field uses a 24-hour format and must be within the range of 0 to 24.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eminute\u003c/code\u003e field currently only supports values of 0, 15, 30, and 45, representing increments of 15 minutes.\u003c/p\u003e\n"],["\u003cp\u003eTimeOfDay is utilized within the Google Ad Manager API and is located under the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["The content defines `TimeOfDay`, representing a specific time within a day, under the namespace `https://www.google.com/apis/ads/publisher/v202408`. It is part of several services like `AdRuleService`, `AdjustmentService`, `ForecastService`, etc. `TimeOfDay` has two fields: `hour` (0-24, required) and `minute` (0, 15, 30, or 45, required). The `minute` field uses the enumeration `MinuteOfHour` which has the following 4 values: `ZERO`, `FIFTEEN`, `THIRTY`, and `FORTY_FIVE`.\n"],null,["**Service** \n[AdRuleService](/ad-manager/api/reference/v202408/AdRuleService.TimeOfDay) [AdjustmentService](/ad-manager/api/reference/v202408/AdjustmentService.TimeOfDay) **ForecastService** [LineItemService](/ad-manager/api/reference/v202408/LineItemService.TimeOfDay) [NativeStyleService](/ad-manager/api/reference/v202408/NativeStyleService.TimeOfDay) [ProposalLineItemService](/ad-manager/api/reference/v202408/ProposalLineItemService.TimeOfDay) [ProposalService](/ad-manager/api/reference/v202408/ProposalService.TimeOfDay) [PublisherQueryLanguageService](/ad-manager/api/reference/v202408/PublisherQueryLanguageService.TimeOfDay) [TargetingPresetService](/ad-manager/api/reference/v202408/TargetingPresetService.TimeOfDay) [YieldGroupService](/ad-manager/api/reference/v202408/YieldGroupService.TimeOfDay) **Dependencies** \n[DayPart](/ad-manager/api/reference/v202408/ForecastService.DayPart) \n▼\n**TimeOfDay**\n\nRepresents a specific time in a day.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ||\n|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `hour` | ` `xsd:`int` Hour in 24 hour time (0..24). This field must be between 0 and 24, inclusive. This field is required. |\n| `minute` | ` `[MinuteOfHour](/ad-manager/api/reference/v202408/ForecastService.MinuteOfHour)` ` Minutes in an hour. Currently, only 0, 15, 30, and 45 are supported. This field is required. *** ** * ** *** **Enumerations** `ZERO` : Zero minutes past hour. `FIFTEEN` : Fifteen minutes past hour. `THIRTY` : Thirty minutes past hour. `FORTY_FIVE` : Forty-five minutes past hour. \u003cbr /\u003e |"]]