publicfinalstatic
String scheduleHelp
= "Schedule format:
Month(s) Day(s) WeekDay(s) Hour(s) Minute(s) : Space separated.
Month: 0=january, 11=December
Days of week: 0=Sunday, 6=Saturday
Day of month: 1 = 1st of the month.
Hours: 0=Midnight, 23=11PM
Examples:'* * * 5,14 0' any day at 5:00 AM and 2:00 PM
'* * * 5,14 8' any day at 5:08 AM and 2:08 PM
'* * 0 0 0' any sunday at 00:00 AM
'* 1 * 0 0' any 1st of the month at 00:00 AM
'* 13 5 0 0' any Friday the 13th at 00:00AM
'* * * * *' any minute of any day.
'0 * * * *' any minute of any day in January
'2 13 5 0 0' any Friday the 13th in March at 00:00 AM"