Information about the class's schedule

Hierarchy

  • ClassScheduleInfo

Properties

attendanceCode: string

The attendance code of the class

date: {
    end: Date;
    start: Date;
}

The date of the class

Type declaration

  • end: Date

    The end date of the class

  • start: Date

    The start date of the class

name: string

The name of the class

period: number

The period number of the class

sectionGu: string

The sectionGu of the class. It is unknown what this does

teacher: Staff & {
    emailSubject: string;
    url: string;
}

The teacher of the class

time: {
    end: Date;
    start: Date;
}

The time of the class

Type declaration

  • end: Date

    The end time of the class

  • start: Date

    The start time of the class

url: string

The class's website, if it has one.

Generated using TypeDoc