[[["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-02-13 UTC."],[[["TimeOfDay object represents a specific time, specified by hour and minute, within a 24-hour period."],["It is used in various Google Ad Manager services like AdRuleService, AdjustmentService, and others to schedule or target ads."],["The 'hour' field (0-24) and 'minute' field (0, 15, 30, 45) are required to define a TimeOfDay instance."],["TimeOfDay objects help define day-parts for controlling when ads are served by services like LineItemService."]]],["The content defines `TimeOfDay`, representing a specific time, within the `v202402` API namespace. It's utilized across various services, including AdRule, Adjustment, Forecast, LineItem, and others. `TimeOfDay` requires two fields: `hour` (0-24, inclusive) and `minute` (0, 15, 30, or 45). The `minute` field utilizes the `MinuteOfHour` enumeration, with possible values `ZERO`, `FIFTEEN`, `THIRTY`, and `FORTY_FIVE`.\n"]]