Schedule Control
Purpose:
Returns the handle of a new Schedule control
Syntax:
sch = schedule(title,x,y,width,height)
sch.methodname
where methodname is one of the following
useshed startdate enddate dayOfWeek
Comments:
Example:
sch = schedule("clockalarm",cam.xoff,cam.yoff,cam.width,cam.height)
sch.visible = 0
cam.schedule = sch // use the schedule for time periods to run