Class: PowerSchoolPeriod

PowerSchoolPeriod

A PowerSchool period.

Members

id :number

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

name :string

The name of this period.
Type:
  • string
Source:

number :number

The number of this period.
Type:
  • number
Source:

schoolNumber :number

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

sortOrder :number

A number to use to sort this period among others.
Type:
  • number
Source:

yearID :number

The year ID of this period.
Type:
  • number
Source:

Methods

getSchool() → {PowerSchoolSchool}

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