[[["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-08-20 UTC."],[[["TimeOfDay in Ad Manager API represents a specific time of day, utilizing a 24-hour format for the hour."],["It requires specifying both the 'hour' (0-24) and 'minute' (0, 15, 30, or 45) for a complete time definition."],["This structure is commonly used within various Ad Manager services like AdRuleService, ForecastService, and others for scheduling or targeting purposes."],["MinuteOfHour enumeration provides standardized values for minutes (ZERO, FIFTEEN, THIRTY, FORTY_FIVE), ensuring consistency in time representation."]]],["The core content describes the `TimeOfDay` data structure, which represents a specific time within a day. It is utilized by multiple services, including AdRuleService, ForecastService, LineItemService, NativeStyleService, ProposalLineItemService, ProposalService, PublisherQueryLanguageService, TargetingPresetService, and YieldGroupService. `TimeOfDay` has two key fields: `hour` (0-24) and `minute` (0, 15, 30, or 45). The allowed values for minutes are represented by the `MinuteOfHour` enumeration, which supports ZERO, FIFTEEN, THIRTY and FORTY_FIVE.\n"]]