S
sara
Hi,
Why the endDate is the same, "2/1/2009 12:00:00 AM", for the both
assignment though the second one should be greater than the first one
by 30 dats?
DateTime startDate = new DateTime(1981, 1, 1);
endDate = startDate.AddDays(10228);
endDate = startDate.AddDays(10258);
Thanks a lot
Sara.
Why the endDate is the same, "2/1/2009 12:00:00 AM", for the both
assignment though the second one should be greater than the first one
by 30 dats?
DateTime startDate = new DateTime(1981, 1, 1);
endDate = startDate.AddDays(10228);
endDate = startDate.AddDays(10258);
Thanks a lot
Sara.