datetime operations

  • Thread starter Thread starter Ariel Gimenez
  • Start date Start date
A

Ariel Gimenez

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
 
Use the AddDays method. You can also pass a -ve number to it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top