i have services code but how to implement schedulers
i have services code but how to implement schedulers
me.SendMessage({
cc: "xxx@gmail.com" /* STRING */,
bcc: "yyy@gmail.com" /* STRING */,
subject: "this well"/* STRING */,
from: "zzz@gmail.com" /* STRING */,
to: "hariharasuthan@yahoo.co.in" /* STRING */,
body: "this is verywell" /* HTML */
});
this services was running e-mail but i need (hour,day,week,month,year) this based how to implement schedulers concept

