2009-09-05 53 views

回答

23
Dim newDate as DateTime = DateTime.Now.AddMonths(1) 
4

dateAfterMonth = dateAfterMonth.AddMonths(1)
如果你想從現在加入1個月:
dateAfterMonth = DateTime.Now.AddMonths(1)