Date Data Object - Reporting

Defines a calendar date by month, day, and year.

Syntax

<xs:complexType name="Date" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="Day" type="xs:int" />
    <xs:element name="Month" type="xs:int" />
    <xs:element name="Year" type="xs:int" />
  </xs:sequence>
</xs:complexType>

Elements

The Date object has the following elements: Day, Month, Year.

Element Description Data Type
Day Specifies the day of the month. int
Month Specifies the month. int
Year Specifies the year. int

Requirements

Service: ReportingService.svc v13
Namespace: https://bingads.microsoft.com/Reporting/v13

Used By

ReportTime