Members
codeID :number
The identifier for this attendance record's code.
Type:
- number
comment :string
A comment left with this record.
Type:
- string
date :Date
The date the attendance for this record occurred on.
Type:
- Date
id :number
The ID of this attendance code.
Type:
- number
periodID :number
The identifier of the period this record covers.
Type:
- number
schoolNumber :number
The number of the school this record was created by.
Type:
- number
studentID :number
The identifier of the student this record involves.
Type:
- number
totalMinutes :number
The number of minutes this record accounts for, if not all (zero).
Type:
- number
Methods
getCode() → {PowerSchoolAttendanceCode}
Get the code of this record.
Returns:
getPeriod() → {PowerSchoolPeriod}
Get the period this record covers.
Returns:
- Type
- PowerSchoolPeriod
getSchool() → {PowerSchoolSchool}
Get the school this record belongs to.
Returns:
- Type
- PowerSchoolSchool