日期数据对象 - 报告

按月、日和年定义日历日期。

语法

<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>

元素

Date 对象具有以下元素:DayMonthYear

元素 说明 数据类型
指定月份中的日期。 int
指定月份。 int
年份 指定年份。 int

要求

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

使用者

ReportTime