日期数据对象 - 报告
按月、日和年定义日历日期。
语法
<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>
元素
元素 | 说明 | 数据类型 |
---|---|---|
天 | 指定月份中的日期。 | int |
月 | 指定月份。 | int |
年份 | 指定年份。 | int |
要求
服务: ReportingService.svc v13
Namespace: https://bingads.microsoft.com/Reporting/v13