hello friends,
iam creating one application that i want to mail one file to user at every saturday at 7.00pm
iam searching so much code but not find exactly i wrote find saturday find code but cant set specific timing so please expert help me out here im paste only finding day that is saturday
DateTime dt=new DateTime ();
if (dt.DayOfWeek == DayOfWeek.Saturday)
{
}
Loading
VulpesPosted Jan 18, 2013, 9:45 AM
Atul RokadePosted Jan 18, 2013, 10:00 AM
VulpesPosted Jan 18, 2013, 9:59 AM
http://windows.microsoft.com/en-GB/windows7/schedule-a-task
Of course, if your application is doing stuff at other times than 7.00 pm on Saturdays, this option may not be suitable.
Atul RokadePosted Jan 18, 2013, 9:55 AM