hi
how to calculate the one year from selected date by using datetimepicker control
in windows applications using c#
please help me
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Jan 23, 2013, 5:40 AM
DateTimePicker1.SelectedDate.AddYears(1)
Santhosh Kumar JayaramanPosted Jan 23, 2013, 4:31 AM
the above one will add 1 year to current date.