| Package | Description |
|---|---|
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
TimeOfDay |
TimeOfDay.clone() |
TimeOfDay |
CourseWork.getDueTime()
Optional time of day, in UTC, that submissions for this course work are due.
|
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 |
|---|---|
CourseWork |
CourseWork.setDueTime(TimeOfDay dueTime)
Optional time of day, in UTC, that submissions for this course work are due.
|
Copyright © 2011–2022 Google. All rights reserved.