[[["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 object represents a specific time in a day, indicated by an hour and minute.\u003c/p\u003e\n"],["\u003cp\u003eThe hour is represented in 24-hour format, ranging from 0 to 24.\u003c/p\u003e\n"],["\u003cp\u003eThe minute can only be one of four specific values: 0, 15, 30, or 45, represented by the MinuteOfHour enumeration.\u003c/p\u003e\n"],["\u003cp\u003eTimeOfDay is used within the Google Ad Manager API and falls under the specified namespace.\u003c/p\u003e\n"],["\u003cp\u003eBoth hour and minute fields are required when defining a TimeOfDay object.\u003c/p\u003e\n"]]],["The document defines `TimeOfDay`, a data structure representing a specific time. It's utilized within various services such as AdRuleService, AdjustmentService, ForecastService, LineItemService, NativeStyleService, ProposalLineItemService, etc. `TimeOfDay` has two required fields: `hour` (0-24) and `minute` (0, 15, 30, or 45). The `minute` field has possible values that represent minutes of the hour : ZERO, FIFTEEN, THIRTY and FORTY_FIVE. The namespace is provided as well.\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** [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](/ad-manager/api/reference/v202411/YieldGroupService.TimeOfDay) **Dependencies** \n[DayPart](/ad-manager/api/reference/v202411/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/v202411`\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/v202411/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 |"]]