| Package | Description |
|---|---|
| com.google.api.services.adexchangebuyer2.v2beta1.model |
| Modifier and Type | Method and Description |
|---|---|
TimeOfDay |
TimeOfDay.clone() |
TimeOfDay |
DayPart.getEndTime()
The ending time of the day for the ad to show (minute level granularity).
|
TimeOfDay |
DayPart.getStartTime()
The starting time of day for the ad to show (minute level granularity).
|
TimeOfDay |
TimeOfDay.set(String fieldName,
Object value) |
TimeOfDay |
TimeOfDay.setHours(Integer hours)
Hours of day in 24 hour format.
|
TimeOfDay |
TimeOfDay.setMinutes(Integer minutes)
Minutes of hour of day.
|
TimeOfDay |
TimeOfDay.setNanos(Integer nanos)
Fractions of seconds in nanoseconds.
|
TimeOfDay |
TimeOfDay.setSeconds(Integer seconds)
Seconds of minutes of the time.
|
| Modifier and Type | Method and Description |
|---|---|
DayPart |
DayPart.setEndTime(TimeOfDay endTime)
The ending time of the day for the ad to show (minute level granularity).
|
DayPart |
DayPart.setStartTime(TimeOfDay startTime)
The starting time of day for the ad to show (minute level granularity).
|
Copyright © 2011–2021 Google. All rights reserved.