Uses of Class
com.google.api.ads.dfp.axis.v201204.Date

Packages that use Date
com.google.api.ads.dfp.axis.v201204   
 

Uses of Date in com.google.api.ads.dfp.axis.v201204
 

Methods in com.google.api.ads.dfp.axis.v201204 that return Date
 Date DateTime.getDate()
          Gets the date value for this DateTime.
 Date ReportQuery.getEndDate()
          Gets the endDate value for this ReportQuery.
 Date ReportQuery.getStartDate()
          Gets the startDate value for this ReportQuery.
 

Methods in com.google.api.ads.dfp.axis.v201204 with parameters of type Date
 void DateTime.setDate(Date date)
          Sets the date value for this DateTime.
 void ReportQuery.setEndDate(Date endDate)
          Sets the endDate value for this ReportQuery.
 void ReportQuery.setStartDate(Date startDate)
          Sets the startDate value for this ReportQuery.
 

Constructors in com.google.api.ads.dfp.axis.v201204 with parameters of type Date
DateTime(Date date, Integer hour, Integer minute, Integer second, String timeZoneID)
           
ReportQuery(Dimension[] dimensions, ReportQueryAdUnitView adUnitView, Column[] columns, DimensionAttribute[] dimensionAttributes, Date startDate, Date endDate, DateRangeType dateRangeType, DimensionFilter[] dimensionFilters, Statement statement)
           
 



Copyright © 2012. All Rights Reserved.