Hab das hier auf Notes.Net gefunden
'convert into string so we can use it to create a NotesDateTime Object
strDate=Cstr(dateV)
'substitute with your variable date$ if you need to
Set ndt=session.CreateDateTime(strDate)
'adjust the day (ndt) by 1 day - can use any integer value
Call ndt.AdjustDay(1)