dimyr7 / ClassScheduler

A class scheduling program made for Scheedule2
GNU General Public License v2.0
3 stars 3 forks source link

getTime function in Week class #18

Open crkainrath opened 9 years ago

crkainrath commented 9 years ago

The Section object has a function called overlap that calls the getTime function from the Week class, but the Week class doesn't have that function so I can't compile the code.