Package | Description |
---|---|
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
TimeOfDay |
TimeOfDay.clone() |
TimeOfDay |
TimeInterval.getEndTime()
The end time of this period.
|
TimeOfDay |
TimeInterval.getStartTime()
The start time of this period.
|
TimeOfDay |
TimeDimension.getTimeOfDay()
The hour of the day (0 to 23) this value corresponds to.
|
TimeOfDay |
TimeOfDay.set(java.lang.String fieldName,
java.lang.Object value) |
TimeOfDay |
TimeOfDay.setHours(java.lang.Integer hours)
Hours of day in 24 hour format.
|
TimeOfDay |
TimeOfDay.setMinutes(java.lang.Integer minutes)
Minutes of hour of day.
|
TimeOfDay |
TimeOfDay.setNanos(java.lang.Integer nanos)
Fractions of seconds in nanoseconds.
|
TimeOfDay |
TimeOfDay.setSeconds(java.lang.Integer seconds)
Seconds of minutes of the time.
|
Modifier and Type | Method and Description |
---|---|
TimeInterval |
TimeInterval.setEndTime(TimeOfDay endTime)
The end time of this period.
|
TimeInterval |
TimeInterval.setStartTime(TimeOfDay startTime)
The start time of this period.
|
TimeDimension |
TimeDimension.setTimeOfDay(TimeOfDay timeOfDay)
The hour of the day (0 to 23) this value corresponds to.
|
Copyright © 2011-2018 Google. All Rights Reserved.