Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TERM_PATTERN

Specifies which semesters courses are offered in: Fall semester, Spring semester, or both semesters

Index

Enumeration members

Enumeration members

BOTH

BOTH: = "BOTH"

This course is offered in both the spring and the fall semester

FALL

FALL: = "FALL"

This course is offered in the fall semester only

SPRING

SPRING: = "SPRING"

This course is offered in the spring semester only

Generated using TypeDoc