| Package | Description |
|---|---|
| com.google.api.services.displayvideo.v2.model |
| Modifier and Type | Method and Description |
|---|---|
Date |
Date.clone() |
Date |
Invoice.getDueDate()
The date when the invoice is due.
|
Date |
DateRange.getEndDate()
The upper bound of the date range, inclusive.
|
Date |
Invoice.getIssueDate()
The date when the invoice was issued.
|
Date |
DateRange.getStartDate()
The lower bound 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 |
|---|---|
Invoice |
Invoice.setDueDate(Date dueDate)
The date when the invoice is due.
|
DateRange |
DateRange.setEndDate(Date endDate)
The upper bound of the date range, inclusive.
|
Invoice |
Invoice.setIssueDate(Date issueDate)
The date when the invoice was issued.
|
DateRange |
DateRange.setStartDate(Date startDate)
The lower bound of the date range, inclusive.
|
Copyright © 2011–2026 Google. All rights reserved.