Question:
I have an old code written in VB.Net and I am trying to convert it into c#. I am stuck onDateAndTime.DateAdd
conversion for c#How do I achieve this c#?
Answer:
Use DateTime.AddMonths.Pay attention:
Returns a new DateTime
If you have better answer, please add a comment about this, thank you!