PrevUpHomeNext

term_type

enum class term_type {fall, spring};

This enumeration is used to identify which term a particular TimetablePage in a Timetable is for.


PrevUpHomeNext