C# - Know Your Gotchas
The Insider News
2
Posts
2
Posters
0
Views
1
Watching
-
-
new DateTime(subscriptionDate.Year + 1, subscriptionDate.Month, subscriptionDate.Day); Hah. Always use a
TimeSpan
rather than incrementing. Leap year and all that. :) MarcImperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!