Package | Description |
---|---|
com.google.api.services.businessprofileperformance.v1.model |
Modifier and Type | Method and Description |
---|---|
TimeOfDay |
TimeOfDay.clone() |
TimeOfDay |
DailySubEntityType.getTimeOfDay()
Represents the time of the day in 24 hour format.
|
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 |
---|---|
DailySubEntityType |
DailySubEntityType.setTimeOfDay(TimeOfDay timeOfDay)
Represents the time of the day in 24 hour format.
|
Copyright © 2011–2024 Google. All rights reserved.