| Package | Description |
|---|---|
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
Date |
Date.clone() |
Date |
CourseWork.getDueDate()
Optional date, in UTC, that submissions for this course work are due.
|
Date |
Date.set(String fieldName,
Object value) |
Date |
Date.setDay(Integer day)
Day of a month.
|
Date |
Date.setMonth(Integer month)
Month of a year.
|
Date |
Date.setYear(Integer year)
Year of the date.
|
| Modifier and Type | Method and Description |
|---|---|
CourseWork |
CourseWork.setDueDate(Date dueDate)
Optional date, in UTC, that submissions for this course work are due.
|
Copyright © 2011–2022 Google. All rights reserved.