C# - What is the best way to get a list of the weeks in a month, given a starting weekday?
- by Daniel Schaffer
I need to get a list of weeks for a given month, with Monday as the start day.
So for example, for the month of February 2009, this method would return:
2/2/2009
2/9/2009
2/16/2009
2/23/2009