Page 1 of 1

About Question com.enthuware.ets.scbcd.v5.1.22 :

Posted: Sun Mar 20, 2011 12:38 pm
by ETS User
Answers:
3. You can schedule the callbacks such that first callback is made at 9.00PM and then every 24 hours afterwards.
4. You can schedule the callbacks at 9.00PM every day.

are logically equivalent, so why 4 is not correct answer? Maybe 4th should be renamed to something like:
"You can schedule the callbacks at 9.00PM from Monday to Friday." ?

Re: About Question com.enthuware.ets.scbcd.v5.1.22 :

Posted: Sun Mar 20, 2011 3:45 pm
by admin
That way even option 2 would be valid "You can schedule the callbacks such that first callback is made after 30 minutes of creating the timer and every day at 9.00 PM afterwards."

The point that the question is trying to cover is that it is not possible to specify a particular time for subsequent callbacks. You can only specify a duration. So while scheduling a callback at 9 PM and then every 24 hrs is possible, it is not possible to schedule 9PM every day (even though logically both are equivalent.)