[[["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, within the Google Ad Manager API.\u003c/p\u003e\n"],["\u003cp\u003eIt's defined by the \u003ccode\u003ehour\u003c/code\u003e (0-24) and \u003ccode\u003eminute\u003c/code\u003e (0, 15, 30, 45) fields, both of which are required.\u003c/p\u003e\n"],["\u003cp\u003eTimeOfDay is utilized within various Ad Manager services like LineItemService, AdRuleService, and others.\u003c/p\u003e\n"],["\u003cp\u003eIt uses a namespace of \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e for its operations.\u003c/p\u003e\n"]]],["The core content defines the `TimeOfDay` data structure, used across various services like `AdRuleService`, `ForecastService`, and `LineItemService`. `TimeOfDay` represents a specific time, defined by `hour` (0-24) and `minute`. `Minute` is specified using the `MinuteOfHour` enumeration with values: `ZERO`, `FIFTEEN`, `THIRTY`, and `FORTY_FIVE`, corresponding to 0, 15, 30, and 45 minutes past the hour respectively. The data is part of the `v202411` version of Google's API.\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** [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](/ad-manager/api/reference/v202411/YieldGroupService.TimeOfDay) **Dependencies** \n[DayPart](/ad-manager/api/reference/v202411/LineItemService.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/LineItemService.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 |"]]