| Package | Description |
|---|---|
| com.google.api.services.admob.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
Date |
Date.clone() |
Date |
DateRange.getEndDate()
End date of the date range, inclusive.
|
Date |
DateRange.getStartDate()
Start date of the date 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 |
|---|---|
DateRange |
DateRange.setEndDate(Date endDate)
End date of the date range, inclusive.
|
DateRange |
DateRange.setStartDate(Date startDate)
Start date of the date range, inclusive.
|
Copyright © 2011–2021 Google. All rights reserved.