Is it something like this you mean?

Code:
Dim d As Date = Date.Now
MsgBox(d.AddDays(30).ToString)