Hi,
i just want to know how is the better way to substract days from a datetime
value...
i have one datetime value and want to calculate the day after...

thanks in advance

Re: datetime operations by Manoj

Manoj
Thu Jan 08 21:24:06 CST 2004

Use the AddDays method. You can also pass a -ve number to it.

--
HTH,
Manoj G [.NET MVP]
Site: http://www15.brinkster.com/manoj4dotnet
Blog: http://msmvps.com/manoj/

"Ariel Gimenez" <arielgimenez@NO_SPAMhotmail.com> wrote in message
news:uVnOSmk1DHA.2184@TK2MSFTNGP12.phx.gbl...
> Hi,
> i just want to know how is the better way to substract days from a
datetime
> value...
> i have one datetime value and want to calculate the day after...
>
> thanks in advance
>
>