[[["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 2024-11-19 UTC."],[[["TimeOfDay object represents a specific time in a day, within the Ad Manager API."],["It is defined by the `hour` (0-24) and `minute` (0, 15, 30, 45) fields, both of which are required."],["TimeOfDay is utilized by various Ad Manager services like AdRuleService, ForecastService, LineItemService, and others for scheduling and targeting purposes."],["Developers can use this object to specify precise times for ad delivery or other operations within their applications."]]],["The core content defines the `TimeOfDay` within the `AdRuleService` and other related services like `AdjustmentService`, `ForecastService`, and `LineItemService`. `TimeOfDay` specifies a particular time, with `hour` (0-24) and `minute`. `minute` accepts values of 0, 15, 30, or 45, corresponding to the enumerations `ZERO`, `FIFTEEN`, `THIRTY`, and `FORTY_FIVE`. It utilizes the namespace `https://www.google.com/apis/ads/publisher/v202411`. `DayPart` is a dependency of `TimeOfDay`.\n"]]