PrevUpHomeNext

session_type

enum class session_type {F, S, Y};

This enumeration is used to identify whether a particular Offering of a course is in the fall term (F), spring term (S), or full-year (Y).


PrevUpHomeNext