Atul Rokade

Atul Rokade

  • NA
  • 141
  • 16.7k

How to set Specific timing

Jan 18 2013 9:26 AM
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)
            {
             
               
            }


Answers (4)