[[["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."],[],["The content details the `TimeOfDay` entity within a service namespace, focusing on its structure and supported values. Key fields include `hour`, representing a 24-hour time value (0-24), and `minute`, indicating minutes past the hour. The `minute` field only accepts 0, 15, 30, or 45 as valid values and these are described by the enumerations `ZERO`, `FIFTEEN`, `THIRTY` and `FORTY_FIVE`. This entity is used across various services like AdRuleService and ProposalLineItemService.\n"],null,["**Service** \n[AdRuleService](/ad-manager/api/reference/v202502/AdRuleService.TimeOfDay) [AdjustmentService](/ad-manager/api/reference/v202502/AdjustmentService.TimeOfDay) [ForecastService](/ad-manager/api/reference/v202502/ForecastService.TimeOfDay) [LineItemService](/ad-manager/api/reference/v202502/LineItemService.TimeOfDay) [NativeStyleService](/ad-manager/api/reference/v202502/NativeStyleService.TimeOfDay) **ProposalLineItemService** [ProposalService](/ad-manager/api/reference/v202502/ProposalService.TimeOfDay) [PublisherQueryLanguageService](/ad-manager/api/reference/v202502/PublisherQueryLanguageService.TimeOfDay) [TargetingPresetService](/ad-manager/api/reference/v202502/TargetingPresetService.TimeOfDay) [YieldGroupService](/ad-manager/api/reference/v202502/YieldGroupService.TimeOfDay) **Dependencies** \n[DayPart](/ad-manager/api/reference/v202502/ProposalLineItemService.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/v202502`\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/v202502/ProposalLineItemService.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 |"]]