Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
TimeOfDay |
TimeOfDay.clone() |
TimeOfDay |
DataSourceRefreshMonthlySchedule.getStartTime()
The start time of a time interval in which a data source refresh is scheduled.
|
TimeOfDay |
DataSourceRefreshDailySchedule.getStartTime()
The start time of a time interval in which a data source refresh is scheduled.
|
TimeOfDay |
DataSourceRefreshWeeklySchedule.getStartTime()
The start time of a time interval in which a data source refresh is scheduled.
|
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 |
---|---|
DataSourceRefreshMonthlySchedule |
DataSourceRefreshMonthlySchedule.setStartTime(TimeOfDay startTime)
The start time of a time interval in which a data source refresh is scheduled.
|
DataSourceRefreshDailySchedule |
DataSourceRefreshDailySchedule.setStartTime(TimeOfDay startTime)
The start time of a time interval in which a data source refresh is scheduled.
|
DataSourceRefreshWeeklySchedule |
DataSourceRefreshWeeklySchedule.setStartTime(TimeOfDay startTime)
The start time of a time interval in which a data source refresh is scheduled.
|
Copyright © 2011–2024 Google. All rights reserved.