Nilesh Patil

Nilesh Patil

  • NA
  • 3k
  • 111.8k

Thread sleep until a new day

Nov 26 2018 1:51 AM
Hi All,
 
I want to wait my console application process for 24 hrs i used this command
 
System.Threading.Thread.Sleep(86400000);
  
But  its not working for 24 hrs.
 
Plase give me a solution.
 
Thanks in advance 

Answers (4)