Now I give a example:
5 18 * * 1-5 /usr/lib/sa/sa2 -s 8:00 -e 18:01 -i 1200 -A
and I give some comment:
the first column is miniue [0-59];
the second is hour[0-23];
the third is day[1-31];
the fouth is month[1-12];
the fifth is week[0-6] ,0 means sunday.
and the later is command that you want to run when time elapses.
for more information,you could use command "man crontab" in the UNIX shell.