11
Answers

by giving the duration how can i get the date?

Ask a question
public DateTime datePawned = Convert.ToDateTime("10/12/2010");        
public TimeSpan duration;
public DateTime dateEnd;

if the duration is 10 months and i have an integer 10..
How can i get the end date?

Plz help me..
I'm a biginner... 



Answers (11)