Class: PowerSchoolTerm

PowerSchoolTerm

A PowerSchool term, for which courses can be a part of.

Members

abbreviatedTitle :string

The abbreviated title of this term, for use in smaller spaces.
Type:
  • string
Source:

endDate :Date

The end date of this term.
Type:
  • Date
Source:

id :number

The ID of this term.
Type:
  • number
Source:

parentTermID :number

The ID of this term's parent (0 if none).
Type:
  • number
Source:

schoolNumber :number

The number of the school this term is from.
Type:
  • number
Source:

startDate :Date

The start date of this term.
Type:
  • Date
Source:

title :string

The title of this term.
Type:
  • string
Source:

Methods

getSchool() → {PowerSchoolSchool}

Get the school this term is from.
Source:
Returns:
Type
PowerSchoolSchool