Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.Date Class Reference

Represents a date. More...

Properties

int year [get, set]
 Year (e.g., 2009) More...
 
bool yearSpecified [get, set]
 
int month [get, set]
 Month (1..12) More...
 
bool monthSpecified [get, set]
 
int day [get, set]
 Day (1..31) More...
 
bool daySpecified [get, set]
 

Detailed Description

Represents a date.

Property Documentation

int Google.Api.Ads.AdManager.v202305.Date.day
getset

Day (1..31)

bool Google.Api.Ads.AdManager.v202305.Date.daySpecified
getset

true, if a value is specified for day, false otherwise.

int Google.Api.Ads.AdManager.v202305.Date.month
getset

Month (1..12)

bool Google.Api.Ads.AdManager.v202305.Date.monthSpecified
getset

true, if a value is specified for month, false otherwise.

int Google.Api.Ads.AdManager.v202305.Date.year
getset

Year (e.g., 2009)

bool Google.Api.Ads.AdManager.v202305.Date.yearSpecified
getset

true, if a value is specified for year, false otherwise.


The documentation for this class was generated from the following file: