type TimeOfDay (v202411)
Represents a specific time in a day.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field
|
hour
|
xsd:int
Hour in 24 hour time (0..24). This field must be between 0 and 24,
inclusive. This field is required.
|
minute
|
MinuteOfHour
Minutes in an hour. Currently, only 0, 15, 30, and 45 are supported. This
field is required.
Enumerations
-
ZERO
- Zero minutes past hour.
-
FIFTEEN
- Fifteen minutes past hour.
-
THIRTY
- Thirty minutes past hour.
-
FORTY_FIVE
- Forty-five minutes past hour.
|
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."],[[["TimeOfDay objects represent specific times within a 24-hour day, specified by an hour and minute."],["The `hour` field accepts values between 0 and 24, inclusive, and is mandatory for creating a TimeOfDay object."],["The `minute` field can only be set to 0, 15, 30, or 45, representing specific minute intervals within the hour, and is also required."],["TimeOfDay objects utilize a namespace from the Google Ad Manager API, version v202411."]]],["The core content describes the `TimeOfDay` data structure used across various services like `AdRuleService`, `AdjustmentService`, `ForecastService`, and others. `TimeOfDay` represents a specific time, defined by two required fields: `hour` (0-24) and `minute`. The `minute` field only supports values: 0, 15, 30, or 45, which are specified by the `MinuteOfHour` enumeration options `ZERO`, `FIFTEEN`, `THIRTY`, and `FORTY_FIVE`. The namespace for these services is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]