[[["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 objects represent specific times within a 24-hour day, used for scheduling or targeting."],["It utilizes 'hour' (0-24) and 'minute' (0, 15, 30, 45) fields to pinpoint the exact time."],["TimeOfDay is a crucial component within Google Ad Manager's TargetingPresetService and related services, enabling precise ad delivery scheduling."]]],["The core content describes the `TimeOfDay` feature, a component used across multiple services like AdRule, Adjustment, and Forecast. `TimeOfDay` represents a specific time, defined by `hour` (0-24, required) and `minute`. Supported minutes are limited to 0, 15, 30, and 45, as specified by the `MinuteOfHour` enumeration with values `ZERO`, `FIFTEEN`, `THIRTY`, `FORTY_FIVE`. `TimeOfDay` depends on `DayPart` and utilizes `PublisherQueryLanguageService`.\n"]]