Package | Description |
---|---|
com.google.api.services.mybusinessbusinessinformation.v1.model |
Modifier and Type | Method and Description |
---|---|
TimeOfDay |
TimeOfDay.clone() |
TimeOfDay |
SpecialHourPeriod.getCloseTime()
Optional.
|
TimeOfDay |
TimePeriod.getCloseTime()
Required.
|
TimeOfDay |
SpecialHourPeriod.getOpenTime()
Optional.
|
TimeOfDay |
TimePeriod.getOpenTime()
Required.
|
TimeOfDay |
TimeOfDay.set(String fieldName,
Object value) |
TimeOfDay |
TimeOfDay.setHours(Integer hours)
Hours of a day in 24 hour format.
|
TimeOfDay |
TimeOfDay.setMinutes(Integer minutes)
Minutes of an hour.
|
TimeOfDay |
TimeOfDay.setNanos(Integer nanos)
Fractions of seconds, in nanoseconds.
|
TimeOfDay |
TimeOfDay.setSeconds(Integer seconds)
Seconds of a minute.
|
Modifier and Type | Method and Description |
---|---|
SpecialHourPeriod |
SpecialHourPeriod.setCloseTime(TimeOfDay closeTime)
Optional.
|
TimePeriod |
TimePeriod.setCloseTime(TimeOfDay closeTime)
Required.
|
SpecialHourPeriod |
SpecialHourPeriod.setOpenTime(TimeOfDay openTime)
Optional.
|
TimePeriod |
TimePeriod.setOpenTime(TimeOfDay openTime)
Required.
|
Copyright © 2011–2025 Google. All rights reserved.