[null,null,["Last updated 2024-08-20 UTC."],[[["TimeOfDay objects represent a specific time of day, specified by hour and minute."],["The `hour` field uses a 24-hour format and must be within the range of 0 to 24."],["The `minute` field currently only supports values of 0, 15, 30, and 45, representing increments of 15 minutes."],["TimeOfDay is utilized within the Google Ad Manager API and is located under the namespace `https://www.google.com/apis/ads/publisher/v202408`."]]],["The content defines `TimeOfDay`, representing a specific time within a day, under the namespace `https://www.google.com/apis/ads/publisher/v202408`. It is part of several services like `AdRuleService`, `AdjustmentService`, `ForecastService`, etc. `TimeOfDay` has two fields: `hour` (0-24, required) and `minute` (0, 15, 30, or 45, required). The `minute` field uses the enumeration `MinuteOfHour` which has the following 4 values: `ZERO`, `FIFTEEN`, `THIRTY`, and `FORTY_FIVE`.\n"]]