DEFINE
defines internal procedures and variables
(optional) NEW
ATND-DAY-NUM
Returns the membership day # for a given date or 0
if the date is not a membership date.
DAY-IN-WEEK
Returns index into the day array (as found in the
schd-version and master-schd-meets tables) based on
a given date. If the date is not valid or in range,
0 is returned.
COURSE-MEETS
Determines if a passed master-schd buffer meets on a
passed date (and optional time). If it does, the first
master-schd-meet record that represents that date/time
is returned. If it doesn't meet, the master-schd-meet
buffer is passed back "NOT AVAILABLE".
CHECK-MEETING
Given a meeting record and a date (and optional time), returns
TRUE if the meeting record actually meets for the past date/time.