type TimeOfDay (v202411)

  • 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.


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

hour

xsd:int

minute

MinuteOfHour


Enumerations
ZERO
FIFTEEN
THIRTY
FORTY_FIVE