type Date (v202411)

  • The ContentBundleService API reference provides information about the Date object.

  • The Date object represents a specific date and includes fields for year, month, and day.

  • The fields year, month, and day are all integers and represent the year, month (1-12), and day (1-31) respectively.

Represents a date.


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

Field

year

xsd:int

Year (e.g., 2009)

month

xsd:int

Month (1..12)

day

xsd:int

Day (1..31)