hi,
I am creating banking application in windows application.
In that i have created loan application with date and time, when the customer had took loan.
suppose take as todays date (14/7/2020). what is my qution means if customer had pay themonthly loan amount,
when cuctomer is going to pay assume next month i.e(14/8/2020) okay so i am struck in getting next month date that is (14/9/2020) how to i increment this month in c#.Upto loan amount get zero need to increment months.
Can any one help me.
Jenith ThakkarPosted Jul 14, 2020, 2:51 AM
DateTime.Now.AddMonths(1)
Try it
Thank you
"Please mark as a answer if it's helpful for you thank you"
S JPosted Jul 14, 2020, 7:19 AM
Rajanikant HawaldarPosted Jul 14, 2020, 5:56 AM
Jenith ThakkarPosted Jul 14, 2020, 3:14 AM