我不能相信這個表面上明顯的問題找到答案時失敗了多長時間。我如何將日期時間轉換爲C#中的日期
Date SomeRandomMadeUpDate = DateTime.Now.AddMonths(randomMonths).Date;
Cannot implicitly convert type 'System.DateTime' to 'System.Date' I can even call:
Date.Now
但調用.AddDays
它返回一個DateTime
。
同樣,問題是:如何把一個C#DateTime
成C#Date
是的。好的工作,並且非常感謝。現在我知道更多! – thepaulpage 2009-12-29 16:50:47