I want my program to do a particular task on certain time on monthly monthly bases.
Shall I check the system time after some interval? and what should be the interval? Can I use timers? Will a separte thread be a good idea?
Please help!