Term()

Represents a term. A term is a way of dividing up the school year. They may be organized as quarters, semesters, trimesters, etc. A term will have a start and end date, and will contain courses.

new Term()

Properties:
Name Type Description
startDate string
endDate string
name string
seq number

Term sequence. Use this number if you want to sort terms. For example, in a school that uses quarters the first quarter would be seq: 1 while the second quarter would be seq: 2.

courses Array.<Course>

array of courses contained in the term