Student Attendance

Hierarchy

  • Attendance

Properties

absences: Absence[]

List of absences

period: {
    end: number;
    start: number;
    total: number;
}

The class periods

Type declaration

  • end: number

    The last class period

  • start: number

    The first class period

  • total: number

    The total class periods

periodInfos: PeriodInfo[]

List of information about a period

schoolName: string

The name of the school

type: string

The type of attendance

Generated using TypeDoc