Search

Individual Class Registration

There are currently no Breakfast Series classes available for online registration. Please contact us for further assistance.


AND (tblEvents_O_Extension.EV_ServiceCode = 'SIGNUP_ACTIVE') AND (EE_SignupEndDate Is Null Or EE_SignupEndDate >= GetDate()) AND (tblEvents_O_Extension.EV_StartDate > '7/3/2025') AND (datediff(hh,'7/3/2025 8:28:48 PM',tblEvents_O_Extension.EV_StartDate) > 10)
SELECT * FROM tblEvents_O_Extension INNER JOIN tblEvents ON tblEvents_O_Extension.EV_EventCode =tblEvents.EventCode WHERE (tblEvents_O_Extension.EV_EventCode = 'BREAKFASTSER') AND (tblEvents.EV_Active=1) AND (tblEvents_O_Extension.EV_ServiceCode = 'SIGNUP_ACTIVE') AND (EE_SignupEndDate Is Null Or EE_SignupEndDate >= GetDate()) AND (tblEvents_O_Extension.EV_StartDate > '7/3/2025') AND (datediff(hh,'7/3/2025 8:28:48 PM',tblEvents_O_Extension.EV_StartDate) > 10);