G
Guest
Hello:
I know DateAdd is not a part of the C# language: but I can't seem to figure
out how to implement the same funtionality. I want to be do something like:
dDate = DateAdd(-1, dResquestedDate)
where -1 is the number of days I would like to add
dRequestedDate is the date I would like to add days to.
Would anyone be able to provide some insight or help?
Thanks
Andy
I know DateAdd is not a part of the C# language: but I can't seem to figure
out how to implement the same funtionality. I want to be do something like:
dDate = DateAdd(-1, dResquestedDate)
where -1 is the number of days I would like to add
dRequestedDate is the date I would like to add days to.
Would anyone be able to provide some insight or help?
Thanks
Andy