Hi Guys, I can't find much information about this in docs...
RegisterScheduleAction("Test"," * * * * * * * ",Test)
RegisterScheduleAction("Test"," 1 2 3 4 5 6 7 ",Test)
1 - Seconds
2 - Minutes
3 - Hours
4 - Day Of Week (Not Sure what Number relates to each Day)
5 - Day
6 - Month
7 - Not Sure Guessing Year
Can I ask why Seconds Minutes Hours is that way round as makes them much harder to read and use when you use a lot of them as date is dead easy WEEKDAY - DAY - MONTH - YEAR(I Think)
Andy
RegisterScheduleAction("Test"," * * * * * * * ",Test)
RegisterScheduleAction("Test"," 1 2 3 4 5 6 7 ",Test)
1 - Seconds
2 - Minutes
3 - Hours
4 - Day Of Week (Not Sure what Number relates to each Day)
5 - Day
6 - Month
7 - Not Sure Guessing Year
Can I ask why Seconds Minutes Hours is that way round as makes them much harder to read and use when you use a lot of them as date is dead easy WEEKDAY - DAY - MONTH - YEAR(I Think)
Andy