my start date = 05/03/2012 and duration = 200 days.how to calculate the termination date excluding sundays, i need 05/02/2013 as the termination date
how i can achieve this?.pls 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.
R ACHUTHAPosted Sep 18, 2012, 7:18 AM
try the below one,
DateTime dtStartDate = Convert.ToDateTime("03/05/2012"),dtEndDate;
Dorababu MekaPosted Sep 18, 2012, 7:14 AM
Dorababu MekaPosted Sep 18, 2012, 6:38 AM