| Package | Description |
|---|---|
| com.google.api.services.adexchangebuyer2.v2beta1.model |
| Modifier and Type | Method and Description |
|---|---|
Date |
Date.clone() |
Date |
AbsoluteDateRange.getEndDate()
The end date of the range (inclusive).
|
Date |
AbsoluteDateRange.getStartDate()
The start date of the range (inclusive).
|
Date |
Date.set(String fieldName,
Object value) |
Date |
Date.setDay(Integer day)
Day of a month.
|
Date |
Date.setMonth(Integer month)
Month of a year.
|
Date |
Date.setYear(Integer year)
Year of the date.
|
| Modifier and Type | Method and Description |
|---|---|
AbsoluteDateRange |
AbsoluteDateRange.setEndDate(Date endDate)
The end date of the range (inclusive).
|
AbsoluteDateRange |
AbsoluteDateRange.setStartDate(Date startDate)
The start date of the range (inclusive).
|
Copyright © 2011–2021 Google. All rights reserved.