Create your own!
1: public static DateTime getTomorrowDate()
2: {
3: Thread.Sleep(24*60*60*1000);
4: return DateTime.Now;
5: }