Method Summary |
|
public Time | getEndTime() Gets the time of day that this CourseSection's meeting(s) end. |
public String | getLocation() Gets the location where this CourseSection meets. |
public Time | getStartTime() Gets the time of day that this CourseSection's meeting(s) start. |
public boolean | isEmpty() Indicates whether this meeting has no information. |
public boolean | isFriday() Whether the CourseSection meets on Fridays. |
public boolean | isMonday() Whether the CourseSection meets on Mondays. |
public boolean | isSaturday() Whether the CourseSection meets on Saturdays. |
public boolean | isSunday() Whether the CourseSection meets on Sundays. |
public boolean | isThursday() Whether the CourseSection meets on Thursdays. |
public boolean | isTuesday() Whether the CourseSection meets on Tuesdays. |
public boolean | isWednesday() Whether the CourseSection meets on Wednesdays. |