|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Date | |
|---|---|
| com.google.api.ads.dfp.axis.utils.v201111 | |
| com.google.api.ads.dfp.axis.v201111 | |
| Uses of Date in com.google.api.ads.dfp.axis.utils.v201111 |
|---|
| Methods in com.google.api.ads.dfp.axis.utils.v201111 that return Date | |
|---|---|
static Date |
Dates.fromDate(Date date)
Creates a Date object from a Java Date object already set
to the publisher's timezone. |
static Date |
Dates.fromString(String dateString)
Creates a Date object from a string representation in the form
of yyyy-MM-dd (e.g. |
static Date |
Dates.today(String timeZoneId)
Gets a Date object representing midnight of the present date. |
| Methods in com.google.api.ads.dfp.axis.utils.v201111 with parameters of type Date | |
|---|---|
static Date |
Dates.toDate(Date date,
String timeZoneId)
Gets a Java Date object from a Date object. |
static String |
Dates.toString(Date date,
String timeZoneId)
Gets a string representation of the Date object in the form
of yyyy-mm-dd (e.g. |
| Uses of Date in com.google.api.ads.dfp.axis.v201111 |
|---|
| Methods in com.google.api.ads.dfp.axis.v201111 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.v201111 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.v201111 with parameters of type Date | |
|---|---|
DateTime(Date date,
Integer hour,
Integer minute,
Integer second,
String timeZoneID)
|
|
ReportQuery(Dimension[] dimensions,
Column[] columns,
DimensionAttribute[] dimensionAttributes,
Date startDate,
Date endDate,
DateRangeType dateRangeType,
DimensionFilter[] dimensionFilters)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||