C# - What is the best way to get a list of the weeks in a month, given a starting weekday?
Posted
by Daniel Schaffer
on Stack Overflow
See other posts from Stack Overflow
or by Daniel Schaffer
Published on 2009-02-02T22:13:47Z
Indexed on
2010/03/17
15:51 UTC
Read the original article
Hit count: 231
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
© Stack Overflow or respective owner