type TimeOfDay (v202411)
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field
|
hour
|
xsd:int
|
minute
|
MinuteOfHour
Enumerations
-
ZERO
-
FIFTEEN
-
THIRTY
-
FORTY_FIVE
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["The `TimeOfDay` object represents a specific time of day, broken down into `hour` and `minute`."],["`hour` is represented as an integer, while `minute` is selected from an enumeration (`MinuteOfHour`) with options: `ZERO`, `FIFTEEN`, `THIRTY`, and `FORTY_FIVE`."],["This object is used within the context of the Google Ad Manager API, specifically within the YieldGroupService and has dependencies on DayPart."],["It utilizes the namespace `https://www.google.com/apis/ads/publisher/v202411` for its operations within the API."]]],["The content defines the `TimeOfDay` structure within the `v202411` namespace of the Google Ad Manager API. It is used across multiple services, including `AdRuleService`, `AdjustmentService`, and `YieldGroupService`. `TimeOfDay` specifies a time using two fields: `hour` (an integer) and `minute`. The `minute` field uses the `MinuteOfHour` enumeration, with possible values of `ZERO`, `FIFTEEN`, `THIRTY`, or `FORTY_FIVE`.\n"]]