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

Represents a range of dates (combined with time of day) that has an upper and/or lower bound. More...

Properties

DateTime startDateTime [get, set]
 The start date time of this range. This field is optional and if it is not set then there is no lower bound on the date time range. If this field is not set then More...
 
DateTime endDateTime [get, set]
 The end date time of this range. This field is optional and if it is not set then there is no upper bound on the date time range. If this field is not set then More...
 

Detailed Description

Represents a range of dates (combined with time of day) that has an upper and/or lower bound.

Property Documentation

DateTime Google.Api.Ads.AdManager.v202402.DateTimeRange.endDateTime
getset

The end date time of this range. This field is optional and if it is not set then there is no upper bound on the date time range. If this field is not set then

startDateTime must be specified.

DateTime Google.Api.Ads.AdManager.v202402.DateTimeRange.startDateTime
getset

The start date time of this range. This field is optional and if it is not set then there is no lower bound on the date time range. If this field is not set then

endDateTime must be specified.


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