AdsApp.​GoogleAdsDate

A calendar date broken down into year, month, and day.

Properties:

MemberTypeDescription
day int The day of month (1 to 31) for this date.
month int The month index for this date, where 1 corresponds to January, 2 to February, and so on.
year int The year for this date.

property day

Type: int

The day of month (1 to 31) for this date.

property month

Type: int

The month index for this date, where 1 corresponds to January, 2 to February, and so on.

property year

Type: int

The year for this date.